Update .gitea/workflows/sonarqube.yml
SonarQube Analysis / sonarqube (push) Failing after 51s

This commit is contained in:
2026-05-15 15:05:50 -05:00
parent ac1af5dda4
commit 014f2e6370
+3 -3
View File
@@ -38,11 +38,11 @@ jobs:
/k:"sql-utilities" \
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.exclusions="**/bin/**,**/obj/**"
/d:sonar.exclusions="**/bin/**,**/obj/**" \
/d:sonar.verbose=true
- name: Build
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release
- name: SonarScanner End
run: dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.verbose=true
run: dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"