We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db43655 commit cd4586cCopy full SHA for cd4586c
.github/workflows/sonarcloud.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Install Coverlet
58
run: |
59
- find ./test -type f -name "*Tests.csproj" -exec dotnet add "{}" package coverlet.msbuild \;
+ find ./test -type f -name "*Tests.csproj" -exec dotnet add "{}" package coverlet.msbuild --version 6.0.4 \;
60
61
- name: Set env
62
0 commit comments