We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b4453 commit c494c2bCopy full SHA for c494c2b
1 file changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
path: ${{ env.NUGET_PACKAGES }}
39
key: ${{ runner.os }}-dotnet-${{ env.DOTNET_VERSION }}-nuget-${{ hashFiles('NuGet.Config', 'src/Directory.Build.props', 'tests/Directory.Build.props', '**/*.csproj') }}
40
- name: Add package coverlet.msbuild
41
- run: find tests -path '*UnitTests/*.csproj' | xargs -I % dotnet add % package coverlet.msbuild --source https://api.nuget.org/v3/index.json
+ run: find tests -path '*UnitTests/*.csproj' | xargs -I % dotnet add % package coverlet.msbuild --version 6.0.4 --no-restore
42
- name: Build Solution
43
run: dotnet build ./neo-devpack-dotnet.sln
44
- name: Check format
0 commit comments