Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

WORK-CD
Antoine PEREDERII 1 year ago
parent f471f09115
commit 13c1aab3bb

@ -17,13 +17,13 @@ steps:
- dotnet restore HeartTrack.sln - dotnet restore HeartTrack.sln
- dotnet build HeartTrack.sln -c Release --no-restore - dotnet build HeartTrack.sln -c Release --no-restore
- name: code-analysis - name: code-analysis
image: mcr.microsoft.com/dotnet/sdk:8.0 image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8
secrets: [ SECRET_SONAR_LOGIN ] secrets: [ SECRET_SONAR_LOGIN ]
environment: environment:
sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_host: https://codefirst.iut.uca.fr/sonar/
sonar_token: sonar_token:
from_secret: SECRET_SONAR_LOGIN from_secret: SECRET_SONAR_LOGIN
project_key: MyProjectKey project_key: HeartTrack-API
coverage_exclusions: "Tests/**" coverage_exclusions: "Tests/**"
commands: commands:
- cd src/ - cd src/

Loading…
Cancel
Save