test v1 sonar fix2
continuous-integration/drone/push Build is failing Details

vSonar_test
Matheo THIERRY 2 years ago
parent 67c29f2587
commit 38f87a4136

@ -14,7 +14,7 @@ steps:
commands:
- cd notus/
- dotnet restore notus_without_maui.sln
- dotnet build notus_without_maui.sln -c Release --no-restore
- dotnet build notus_without_maui.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
- dotnet publish notus_without_maui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
depends_on: [clone]
@ -42,4 +42,6 @@ steps:
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
- dotnet publish notus_without_maui.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
- dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
branch:
- vSonar_test
depends_on: [build,tests]
Loading…
Cancel
Save