Final correction for the CI
continuous-integration/drone/push Build is passing Details

master
Rémi LAVERGNE 8 months ago
parent eb91f4e449
commit b6a592f1da

@ -42,7 +42,7 @@ steps:
- dotnet build GameAtlas-CI.sln -c Release --no-restore
- dotnet test GameAtlas-CI.sln --logger trx --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --collect "XPlat Code Coverage"
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
- dotnet publish GameAtlas/GameAtlas.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- dotnet publish GameAtlas-CI.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
depends_on: [tests]

Loading…
Cancel
Save