{ "version": "2.0.0", "tasks": [ { "label": "build", "detail": "classlib", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/classlib/Mesa-Backlog.Library.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "build", "detail": "blazorserver", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/blazorserver/Mesa-Backlog.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" } ] }