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

WebAPI
Patrick BRUGIERE 1 year ago
parent b5c4066073
commit 3d5febb3f7

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

Loading…
Cancel
Save