Skip to content

Commit a25edfe

Browse files
committed
further fix #11
1 parent e5bef40 commit a25edfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} #Secure Environment presets = "$env:SONAR_TOKEN"
4343
shell: powershell
4444
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 }}"
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 }}" /d:sonar.host.url="https://sonarcloud.io"
4747
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)