diff options
Diffstat (limited to 'Server/.vscode/tasks.json')
-rw-r--r-- | Server/.vscode/tasks.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Server/.vscode/tasks.json b/Server/.vscode/tasks.json new file mode 100644 index 0000000..93c8951 --- /dev/null +++ b/Server/.vscode/tasks.json @@ -0,0 +1,15 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/Server.csproj" + ], + "problemMatcher": "$msCompile" + } + ] +}
\ No newline at end of file |