16 lines
256 B
JSON
16 lines
256 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"label": "Build Sky_Art_Shop after nav changes",
|
||
|
|
"type": "shell",
|
||
|
|
"command": "dotnet build",
|
||
|
|
"args": [],
|
||
|
|
"isBackground": false,
|
||
|
|
"problemMatcher": [
|
||
|
|
"$msCompile"
|
||
|
|
],
|
||
|
|
"group": "build"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|