From cde4fca02029cf3552cb63c050d3002bab68828f Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 20 Sep 2023 13:46:55 +0300 Subject: Solution organize --- RhSolutions.ML.Builder/.vscode/tasks.json | 41 ------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 RhSolutions.ML.Builder/.vscode/tasks.json (limited to 'RhSolutions.ML.Builder/.vscode/tasks.json') diff --git a/RhSolutions.ML.Builder/.vscode/tasks.json b/RhSolutions.ML.Builder/.vscode/tasks.json deleted file mode 100644 index a6f0b13..0000000 --- a/RhSolutions.ML.Builder/.vscode/tasks.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "process", - "args": [ - "build", - "${workspaceFolder}/RhSolutions.Classifications.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "publish", - "command": "dotnet", - "type": "process", - "args": [ - "publish", - "${workspaceFolder}/RhSolutions.Classifications.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "watch", - "command": "dotnet", - "type": "process", - "args": [ - "watch", - "run", - "--project", - "${workspaceFolder}/RhSolutions.Classifications.csproj" - ], - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file -- cgit v1.2.3