|
|
@ -14,7 +14,7 @@ steps:
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- cd notus/
|
|
|
|
- cd notus/
|
|
|
|
- dotnet restore notus_without_maui.sln
|
|
|
|
- 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
|
|
|
|
- dotnet publish notus_without_maui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
|
|
|
|
depends_on: [clone]
|
|
|
|
depends_on: [clone]
|
|
|
|
|
|
|
|
|
|
|
@ -42,4 +42,6 @@ steps:
|
|
|
|
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
- 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 publish notus_without_maui.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}
|
|
|
|
|
|
|
|
branch:
|
|
|
|
|
|
|
|
- vSonar_test
|
|
|
|
depends_on: [build,tests]
|
|
|
|
depends_on: [build,tests]
|