],
"problemMatcher": "$msCompile"
},
+ {
+ "label": "buildParticle",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "build",
+ "${workspaceFolder}/SiteTools/SiteTools.sln",
+ "/property:GenerateFullPaths=true",
+ "/consoleloggerparameters:NoSummary;ForceNoAlign"
+ ],
+ "problemMatcher": "$msCompile"
+ },
{
"label": "publish",
"command": "dotnet",