diff options
Diffstat (limited to 'Aggregator/.vscode/tasks.json')
-rw-r--r-- | Aggregator/.vscode/tasks.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Aggregator/.vscode/tasks.json b/Aggregator/.vscode/tasks.json deleted file mode 100644 index 437509b..0000000 --- a/Aggregator/.vscode/tasks.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [{ - "label": "build", - "command": "dotnet", - "type": "process", - "args": [ - "build", - "${workspaceFolder}/Main/Main.csproj" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "problemMatcher": "$msCompile" - }, - { - "label": "test", - "type": "shell", - "command": "dotnet", - "args": [ - "test" - ], - "group": { - "kind": "test", - "isDefault": true - }, - "problemMatcher": "$msCompile" - } - ] -}
\ No newline at end of file |