We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b90e5 commit ad687f3Copy full SHA for ad687f3
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,5 @@ jobs:
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="$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"
+ ${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.login="${SONAR_TOKEN}"
+ ${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.login="${SONAR_TOKEN}"
0 commit comments