Skip to content

Commit ee75667

Browse files
committed
switched to .net 8 compliant version builds
1 parent cce3cd4 commit ee75667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4848
shell: powershell
4949
run: |
50-
dotnet tool install --global dotnet-coverage
50+
dotnet tool install --global dotnet-coverage --version 17.6.4
5151
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN}}" /d:sonar.host.url="https://sonarcloud.io"
5252
dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
5353
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN}}"

0 commit comments

Comments
 (0)