diff options
Diffstat (limited to 'RhSolutions.ML.Builder/.vscode/tasks.json')
-rw-r--r-- | RhSolutions.ML.Builder/.vscode/tasks.json | 41 |
1 files changed, 0 insertions, 41 deletions
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 |