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

WebAPI
Patrick BRUGIERE 1 year ago
parent 8b7ee0a8cd
commit 6fa635db7d

@ -41,27 +41,27 @@ steps:
- dotnet sonarscanner end /d:sonar.login=$${sonar_token}
depends_on: [tests]
# - name: swagger
# image: mcr.microsoft.com/dotnet/sdk:8.0
# failure: ignore
# volumes:
# - name: docs
# path: /docs
# environment:
# CODEFIRST_CLIENTDRONE_ENV_DOTNET_ROLL_FORWARD: LatestMajor
# CODEFIRST_CLIENTDRONE_ENV_DOTNET_ROLL_FORWARD_TO_PRERELEASE: 1
# commands:
# - cd Project/EntityFramework
# - dotnet restore webAPI.sln
# - cd API
# - dotnet new tool-manifest
# - dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
# - cd ../
# - dotnet build webAPI.sln -c Release --no-restore
# - dotnet publish webAPI.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
# - export PATH="$PATH:/root/.dotnet/tools"
# - swagger tofile --output /docs/swagger.json API/bin/Release/net8.0/API.dll v1
# depends_on: [build,tests]
- name: swagger
image: mcr.microsoft.com/dotnet/sdk:8.0
failure: ignore
volumes:
- name: docs
path: /docs
environment:
CODEFIRST_CLIENTDRONE_ENV_DOTNET_ROLL_FORWARD: LatestMajor
CODEFIRST_CLIENTDRONE_ENV_DOTNET_ROLL_FORWARD_TO_PRERELEASE: 1
commands:
- cd Project/EntityFramework
- dotnet restore webAPI.sln
- cd API
- dotnet new tool-manifest
- dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
- cd ../
- dotnet build webAPI.sln -c Release --no-restore
- dotnet publish webAPI.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
- export PATH="$PATH:/root/.dotnet/tools"
- swagger tofile --output /docs/swagger.json API/bin/Release/net8.0/API.dll v1
depends_on: [build,tests]
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer

Loading…
Cancel
Save