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