diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3f93ad3..64c3e0c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -26,6 +26,26 @@ ], "problemMatcher": "$msCompile" }, + { + "label": "db-upgrade", + "command": "dotnet", + "type": "process", + "args": [ + "ef", + "database", + "update" + ], + "problemMatcher": "$msCompile", + "options": { + "cwd": "${workspaceFolder}/src/isnd", + "env": { + "ASPNETCORE_ENV": "Development" + } + } + + + }, + { "label": "buildcli", "command": "msbuild",