From affacefc3cbd5fbab43993d042fdd5946e3b13b0 Mon Sep 17 00:00:00 2001 From: Patrick BRUGIERE Date: Wed, 3 Apr 2024 14:31:10 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9c33cc..d654d14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,8 +57,7 @@ steps: - dotnet restore webAPI.sln - cd API - dotnet new tool-manifest - - dotnet add package NSwag.AspNetCore - - dotnet tool install -g Microsoft.dotnet-openapi + - dotnet tool install -g --version 14.0.7 NSwag.AspNetCore - cd ../ - dotnet build webAPI.sln -c Release --no-restore - dotnet publish webAPI.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release