16 lines
384 B
JSON
16 lines
384 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "build",
|
||
|
|
"command": "dotnet",
|
||
|
|
"type": "process",
|
||
|
|
"args": [
|
||
|
|
"build",
|
||
|
|
"${workspaceFolder}/gobbos_delivery/Gobbo-s Delivery.csproj" // <-- Add your specific filename here
|
||
|
|
],
|
||
|
|
"problemMatcher": "$msCompile"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|