20 lines
427 B
JSON
20 lines
427 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "build",
|
||
|
|
"type": "process",
|
||
|
|
"command": "dotnet",
|
||
|
|
"args": [
|
||
|
|
"build",
|
||
|
|
"${workspaceFolder}/API.ADMIN.csproj"
|
||
|
|
],
|
||
|
|
"group": {
|
||
|
|
"kind": "build",
|
||
|
|
"isDefault": true
|
||
|
|
},
|
||
|
|
"problemMatcher": "$msCompile"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|