diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-14 13:58:08 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-14 13:58:08 +0300 |
commit | 8e3ff4547507d938f3c8ff8c9c8d8fa9493293ce (patch) | |
tree | c29bdf2c173ec8a0a48febdab597b3d4725be1c6 /.vscode/tasks.json | |
parent | 06c520633e9ee86f12e8d5ae6942afd5bcb66554 (diff) |
Delete assets
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 41 |
1 files changed, 0 insertions, 41 deletions
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 |