Skip to content

Commit

Permalink
ci: Update SonarScanner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Apr 6, 2024
1 parent bf3b15c commit c0a9e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@ jobs:
/o:'oboukli'
/d:'sonar.host.url=https://sonarcloud.io'
/d:'sonar.sourceEncoding=UTF-8'
/d:'sonar.login=${{ secrets.SONAR_TOKEN }}'
/d:'sonar.token=${{ secrets.SONAR_TOKEN }}'
/d:'sonar.cs.vscoveragexml.reportsPaths=merged.xml'
dotnet build
--no-incremental
--no-restore
dotnet sonarscanner end
/d:'sonar.login=${{ secrets.SONAR_TOKEN }}'
/d:'sonar.token=${{ secrets.SONAR_TOKEN }}'

0 comments on commit c0a9e57

Please sign in to comment.