Skip to content

Commit cd4586c

Browse files
authored
fix(ci): coverlet.msbuild 8.0.0 breaks our CI, revert to 6.0.4 (#84)
1 parent db43655 commit cd4586c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install Coverlet
5858
run: |
59-
find ./test -type f -name "*Tests.csproj" -exec dotnet add "{}" package coverlet.msbuild \;
59+
find ./test -type f -name "*Tests.csproj" -exec dotnet add "{}" package coverlet.msbuild --version 6.0.4 \;
6060
6161
- name: Set env
6262
run: |

0 commit comments

Comments
 (0)