15 lines
198 B
JSON
15 lines
198 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"command": "dotnet",
|
|
"args": [
|
|
"build"
|
|
],
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"label": "build"
|
|
}
|
|
]
|
|
}
|