20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build ApiServer",
|
|
"type": "shell",
|
|
"command": "dotnet build ${workspaceFolder}/src/ApiServer/ApiServer.csproj",
|
|
"group": "build",
|
|
"problemMatcher": "$msCompile"
|
|
},
|
|
{
|
|
"label": "build Console",
|
|
"type": "shell",
|
|
"command": "dotnet build ${workspaceFolder}/src/Console/Console.csproj",
|
|
"group": "build",
|
|
"problemMatcher": "$msCompile"
|
|
}
|
|
]
|
|
}
|