diff --git a/.drone.yml b/.drone.yml index d0a3524..45e53ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -155,7 +155,7 @@ steps: commands: - cd WF_EF_Api/StubbedContextLib - dotnet tool install --global dotnet-ef - - dotnet-ef database update --connection "Server=;Database=;User Id=;Password=;" + - dotnet ef database update --connection "Server=;Database=;User Id=;Password=;" depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db] - name: publish-to-registry