Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

WORK-CD
Antoine PEREDERII 1 year ago
parent 34956de86f
commit 5b038a1d08

@ -16,7 +16,6 @@ steps:
- cd src/
- dotnet restore HeartTrack.sln
- dotnet build HeartTrack.sln -c Release --no-restore
# - name: code-analysis
# image: mcr.microsoft.com/dotnet/sdk:8.0
# secrets: [ SECRET_SONAR_LOGIN ]
@ -35,8 +34,7 @@ steps:
# - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
# - dotnet publish HeartTrack.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net8
# - dotnet sonarscanner end /d:sonar.login=$${SONAR_TOKEN}
- name: generate-and-deploy-docs
- name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
failure: ignore
commands:

Loading…
Cancel
Save