Skip to content

Commit

Permalink
Increase verbosity
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/sonar.yml
  • Loading branch information
Cheesebaron committed Mar 19, 2024
1 parent 58ba92d commit 4f606e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
java-version: '17'

- name: Build
run: dotnet cake --verbosity=Minimal --artifactsDir="output" --target=Sonar --sonarKey=$env:SONARY_KEY
run: dotnet cake --verbosity=Diagnostic --artifactsDir="output" --target=Sonar --sonarKey=$env:SONARY_KEY
env:
SONARY_KEY: ${{secrets.SONAR_TOKEN}}

0 comments on commit 4f606e5

Please sign in to comment.