]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - .vscode/tasks.json
new entry. happy birthday undertale
[gnargle.github.io.git] / .vscode / tasks.json
index 2bcce95df2db629cac116b134946f3ba8d8374c9..854e477516aab6d90340a14ac539d912e4807299 100644 (file)
             ],
             "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",