{ "version": "2.0.0", "tasks": [ { "label": "Build", "command": "dotnet", "type": "process", "args": [ "build", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "Build Self", "command": "dotnet", "type": "process", "args": [ "build", "--runtime", "win-x64", "--self-contained" ], "problemMatcher": "$msCompile" }, ] }