{ "version": "2.0.0", "tasks": [ { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "options": { "cwd": "${workspaceFolder}" }, "problemMatcher": "$msCompile" } ] }