From 75fe8de4d3bb089361a2e063fc4e23bc32132cf0 Mon Sep 17 00:00:00 2001 From: Kentin BRONGNIART Date: Thu, 3 Apr 2025 11:31:24 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 19bbc53..8799752 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,6 +72,7 @@ steps: - dotnet new tool-manifest - dotnet tool install NSwag.ConsoleCore - dotnet restore WF_EF_Api/WF_EF_Api.sln + - dotnet clean WF_EF_Api/WfApi/WfApi.csproj - cd WF_EF_Api/WfApi - dotnet nswag aspnetcore2openapi /output:/doc/swagger.json depends_on: [clone, restore & build]