{ "version": "2.0.0", "tasks": [ { "label": "Example.ASP-build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/SpotifyAPI.Web.Examples/Example.ASP/Example.ASP.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" } ] }