From db4a6f81b2a9f082d1020a69b94cdf060000e00a Mon Sep 17 00:00:00 2001 From: Saar Shen Date: Thu, 26 May 2022 08:31:34 -0700 Subject: [PATCH] Delete tasks.json --- .../ReReleaseNuGet/WebAPI/.vscode/tasks.json | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 examples/ReReleaseNuGet/WebAPI/.vscode/tasks.json diff --git a/examples/ReReleaseNuGet/WebAPI/.vscode/tasks.json b/examples/ReReleaseNuGet/WebAPI/.vscode/tasks.json deleted file mode 100644 index 31c32bd..0000000 --- a/examples/ReReleaseNuGet/WebAPI/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file