From 8e3ff4547507d938f3c8ff8c9c8d8fa9493293ce Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 14 Oct 2023 13:58:08 +0300 Subject: Delete assets --- .vscode/tasks.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .vscode/tasks.json (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index de9c113..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "process", - "args": [ - "build", - "${workspaceFolder}/RhSolutions.Api/RhSolutions.Api.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "publish", - "command": "dotnet", - "type": "process", - "args": [ - "publish", - "${workspaceFolder}/RhSolutions.Api/RhSolutions.Api.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "watch", - "command": "dotnet", - "type": "process", - "args": [ - "watch", - "run", - "--project", - "${workspaceFolder}/RhSolutions.Api/RhSolutions.Api.csproj" - ], - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file -- cgit v1.2.3