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