2017-04-13 13:06:22 -03:00

16 lines
370 B
JSON

{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}/src/Services/Basket/Basket.API/Basket.API.csproj"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}