{
"version": "2.0.0",
"tasks": [
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"/property:GenerateFullPaths=true"
],
"group": "build",
"isBuildCommand": true,
"isTestCommand": false
},
"label": "build-web",
"problemMatcher": ["$msCompile"],
"build"
"options": {
"cwd": "src/Yavsc"
"group": {
"kind": "build"
"isBackground": true
"label": "build-webapi",
"cwd": "src/Api"
"label": "build-webclient",
"runOptions": {
"cwd": "src/sampleWebAsWebApiClient"
"isBackground": true,
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "shared",
"showReuseMessage": true,
"clear": false
}
"label": "publish",
"publish",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
"problemMatcher": "$msCompile"
"label": "watch",
"watch",
"run"
]