This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user