We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce119c commit 03606dcCopy full SHA for 03606dc
.github/workflows/sonar.yaml
@@ -47,7 +47,7 @@ jobs:
47
shell: bash
48
run: |
49
mkdir -p .sonar/scanner
50
- dotnet tool install dotnet-sonarscanner --tool-path .sonar/scanner --version 10.0.0
+ dotnet tool install dotnet-sonarscanner --tool-path .sonar/scanner
51
52
- name: Restore dependencies
53
run: dotnet restore
@@ -73,4 +73,4 @@ jobs:
73
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
74
75
76
- .sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.verbose=true /d:sonar.scanner.dumpToFile="sonar-dump.properties"
+ .sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
0 commit comments