16 lines
242 B
JSON
16 lines
242 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "dotnet",
|
||
|
"task": "build",
|
||
|
"problemMatcher": ["$msCompile"],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"label": "build"
|
||
|
}
|
||
|
]
|
||
|
}
|