Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

WebAPI
Patrick BRUGIERE 1 year ago
parent 4250eb8559
commit affacefc3c

@ -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

Loading…
Cancel
Save