X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/c46ab3f11b87a0ed9af99e267b0aa412acf0bcc7..b325a9c15740667e5eca386baa34a563064a92bf:/.vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2bcce95..854e477 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,6 +13,18 @@ ], "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",