Skip to content

Commit

Permalink
Add debug flag to sonarcloud pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-lopez committed Jan 27, 2023
1 parent e2a13bf commit 39299cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
/d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml \
/d:sonar.scm.provider=git \
/d:sonar.projectDescription="UMVC.Core - Model-View-Controller Base classes for UMVC" \
/d:sonar.host.url=https://sonarcloud.io
/d:sonar.host.url=https://sonarcloud.io /d:sonar.verbose=true
working-directory: UMVC.Core

- name: Build UMVC.Core
Expand All @@ -86,6 +86,6 @@ jobs:

- name: End SonarCloud scanner for UMVC.Core
run: |
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN_CORE }}"
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN_CORE }}" /d:sonar.verbose=true
working-directory: UMVC.Core

0 comments on commit 39299cc

Please sign in to comment.