We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716125f commit 0bc1aa8Copy full SHA for 0bc1aa8
1 file changed
.github/workflows/ci.yml
@@ -78,15 +78,6 @@ jobs:
78
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/*.csproj', 'Directory.Build.props') }} # Unique key for the cache
79
restore-keys: |
80
${{ runner.os }}-nuget-
81
-
82
- - name: Cache Coverlet packages
83
- id: cache-coverlet
84
- uses: actions/cache@v4
85
- with:
86
- path: ${{ github.workspace }}/${{ env.TEST_PROJECT }}/packages
87
- key: ${{ runner.os }}-coverlet-${{ hashFiles('**/packages.lock.json', '**/*.csproj', 'Directory.Build.props') }} # Unique key for the cache
88
- restore-keys: |
89
- ${{ runner.os }}-nuget-
90
91
- name: Install coverlet
92
run: |
0 commit comments