File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4141 run : |
4242 dotnet tool install --global dotnet-sonarscanner
43- dotnet sonarscanner begin /k:"STARIONGROUP_CDP4-SDK-Community-Edition" /o:"stariongroup" /d:sonar.login ="$SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
43+ dotnet sonarscanner begin /k:"STARIONGROUP_CDP4-SDK-Community-Edition" /o:"stariongroup" /d:sonar.token ="$SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
4444
4545 - name : Install dependencies
4646 run : dotnet restore CDP4-SDK.sln
5454 - name : Sonarqube end
5555 env :
5656 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
57- run : dotnet sonarscanner end /d:sonar.login ="$SONAR_TOKEN"
57+ run : dotnet sonarscanner end /d:sonar.token ="$SONAR_TOKEN"
You can’t perform that action at this time.
0 commit comments