diff --git a/Jenkinsfile.dev b/Jenkinsfile.dev index eeaaf8c..1d8594e 100644 --- a/Jenkinsfile.dev +++ b/Jenkinsfile.dev @@ -52,7 +52,7 @@ pipeline { steps { bat """ dotnet tool restore - dotnet ef database update --project %INFRA_PROJECT% --startup-project %WEB_PROJECT% --connection "%CONNECTION_STRING%" + dotnet ef database update --project %INFRA_PROJECT% --startup-project %WEB_PROJECT% --context ApplicationDbContext --connection "%CONNECTION_STRING%" """ } }