We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bef40 commit a25edfeCopy full SHA for a25edfe
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,6 @@ jobs:
42
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} #Secure Environment presets = "$env:SONAR_TOKEN"
43
shell: powershell
44
run: |
45
- dotnet tool install --global dotnet-coverage --version 17.6.4
46
- ${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
+ dotnet tool install --global dotnet-coverage --version 17.6.4
+ ${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
47
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
0 commit comments