Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Update SonarQubeAnalysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapellman authored Aug 30, 2024
1 parent ef3968a commit abbba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SonarQubeAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"jcapellman_MLIDS_AYeuQbayks1oG8FRNLBH" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" /d:sonar.coverageReportPaths="..\sonarqubecoverage\SonarQube.xml"
.\.sonar\scanner\dotnet-sonarscanner begin /k:"jcapellman_MLIDS_AYeuQbayks1oG8FRNLBH" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" /d:sonar.exclusions="Legacy/*" /d:sonar.coverageReportPaths="..\sonarqubecoverage\SonarQube.xml"
dotnet build .\src\MLIDS.sln
dotnet tool install --global dotnet-sonarscanner
Expand Down

0 comments on commit abbba5e

Please sign in to comment.