From dac0c7a433b83240380936e5843eb81bd0524021 Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 16:15:20 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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