54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "YY.Admin: restore",
|
||
|
|
"type": "process",
|
||
|
|
"command": "C:\\Program Files\\dotnet\\dotnet.exe",
|
||
|
|
"args": ["restore", "YY.Admin.Entry.sln"],
|
||
|
|
"options": {
|
||
|
|
"cwd": "${workspaceFolder}\\yy-admin-master"
|
||
|
|
},
|
||
|
|
"problemMatcher": "$msCompile"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "YY.Admin: build",
|
||
|
|
"type": "process",
|
||
|
|
"command": "C:\\Program Files\\dotnet\\dotnet.exe",
|
||
|
|
"args": ["build", "YY.Admin.Entry.sln", "-c", "Debug"],
|
||
|
|
"options": {
|
||
|
|
"cwd": "${workspaceFolder}\\yy-admin-master"
|
||
|
|
},
|
||
|
|
"dependsOn": "YY.Admin: restore",
|
||
|
|
"problemMatcher": "$msCompile",
|
||
|
|
"group": "build"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "YY.Admin: run",
|
||
|
|
"type": "process",
|
||
|
|
"command": "${workspaceFolder}\\yy-admin-master\\YY.Admin\\bin\\Debug\\net8.0-windows10.0.19041\\win-x64\\YY.Admin.exe",
|
||
|
|
"options": {
|
||
|
|
"cwd": "${workspaceFolder}\\yy-admin-master\\YY.Admin\\bin\\Debug\\net8.0-windows10.0.19041\\win-x64"
|
||
|
|
},
|
||
|
|
"dependsOn": "YY.Admin: build",
|
||
|
|
"problemMatcher": []
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "YY.Admin: run (script)",
|
||
|
|
"type": "process",
|
||
|
|
"command": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
|
||
|
|
"args": [
|
||
|
|
"-NoProfile",
|
||
|
|
"-ExecutionPolicy",
|
||
|
|
"Bypass",
|
||
|
|
"-File",
|
||
|
|
"${workspaceFolder}\\yy-admin-master\\.vscode\\run-yyadmin.ps1"
|
||
|
|
],
|
||
|
|
"options": {
|
||
|
|
"cwd": "${workspaceFolder}\\yy-admin-master"
|
||
|
|
},
|
||
|
|
"problemMatcher": "$msCompile"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|