Skip to content

Commit

Permalink
sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Aug 25, 2024
1 parent 3cf59ef commit 95f5815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
.\.sonar\scanner\dotnet-sonarscanner begin `
/k:"jerone_Jvw.DevToys.SemverCalculator" `
/o:"jerone" `
/d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Build solution
run: dotnet build
Expand Down
2 changes: 0 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sonar.projectKey=jerone_Jvw.DevToys.SemverCalculator
sonar.organization=jerone
sonar.scanner.skipJreProvisioning=true
sonar.host.url=https://sonarcloud.io
sonar.exclusions=**/Pack/**/*.xml
Expand Down

0 comments on commit 95f5815

Please sign in to comment.