Test de la CI
continuous-integration/drone/push Build is failing Details

master
Lou VALADE 2 years ago
parent e8488594c7
commit ca54e19ebc

@ -30,7 +30,7 @@ steps:
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport" - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
- dotnet publish BlazorApp1.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - dotnet publish BlazorApp1.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- dotnet sonarscanner end /d:sonar.login=$$$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner end /d:sonar.login=$$$${PLUGIN_SONAR_TOKEN}
- SonarQube/SonarCloud BlazorProject - dotnet SonarQube/SonarCloud BlazorProject
secrets: [ SECRET_SONAR_LOGIN ] secrets: [ SECRET_SONAR_LOGIN ]
settings: settings:
# accessible en ligne de commande par $${PLUGIN_SONAR_HOST} # accessible en ligne de commande par $${PLUGIN_SONAR_HOST}

Loading…
Cancel
Save