diff --git a/.drone.yml b/.drone.yml index 969979a..8c7fd79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,6 +99,9 @@ steps: image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out + - cd WF_EF_Api/StubbedContextLib + - dotnet tool install --global dotnet-ef + - dotnet ef database update depends_on: [restore & build, test] - name: deploy-api-db @@ -190,7 +193,3 @@ steps: ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2 depends_on: [restore & build, test, code-inspection, publish, publish-to-registry] - commands: - - cd WF_EF_Api/StubbedContextLib - - dotnet tool install --global dotnet-ef - - dotnet ef database update