Skip to content

Commit 80b90e5

Browse files
committed
further fix #8
1 parent 3d37943 commit 80b90e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: powershell
4444
run: |
4545
dotnet tool install --global dotnet-coverage --version 17.6.4
46-
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
47-
dotnet restore .\Queryabl.sln
48-
dotnet build .\Queryabl\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
49-
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
46+
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.login="$env:SONAR_TOKEN" /d:sonar.host.url="https://sonarcloud.io"
47+
dotnet restore ./Queryabl.sln
48+
dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
49+
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.login="$env:SONAR_TOKEN"

0 commit comments

Comments
 (0)