Skip to content

Commit 62fbfa7

Browse files
committed
Revert "Avoid dotnet restore on cache hit"
This reverts commit ad48d24.
1 parent ad48d24 commit 62fbfa7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
},
4343
{
4444
"uses": "actions/cache@v3",
45-
"id": "nuget-cache",
4645
"with": {
4746
"path": "${{ env.NUGET_PACKAGES }}",
4847
"key": "${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}",
@@ -51,7 +50,6 @@
5150
},
5251
{
5352
"name": "Restore NuGet packages",
54-
"if": "steps.nuget-cache.outputs.cache-hit != 'true'",
5553
"run": "dotnet restore --locked-mode"
5654
},
5755
{

0 commit comments

Comments
 (0)