diff --git a/.drone.yml b/.drone.yml index d654d14..d9c33cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,8 @@ steps: - dotnet restore webAPI.sln - cd API - dotnet new tool-manifest - - dotnet tool install -g --version 14.0.7 NSwag.AspNetCore + - dotnet add package NSwag.AspNetCore + - dotnet tool install -g Microsoft.dotnet-openapi - cd ../ - dotnet build webAPI.sln -c Release --no-restore - dotnet publish webAPI.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release