{ "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" } ] }