We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce3cd4 commit ee75667Copy full SHA for ee75667
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48
shell: powershell
49
run: |
50
- dotnet tool install --global dotnet-coverage
+ dotnet tool install --global dotnet-coverage --version 17.6.4
51
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN}}" /d:sonar.host.url="https://sonarcloud.io"
52
dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
53
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN}}"
0 commit comments