Skip to content

Commit c63df47

Browse files
committed
Update dotnet-core.yml
1 parent 81c2953 commit c63df47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: cache
3434
with:
3535
path: ~/.nuget/packages
36-
key: ${{ runner.os }}-nuget-breaker2-${{ hashFiles('**/packages.lock.json') }}
36+
key: ${{ runner.os }}-nuget-breaker3-${{ hashFiles('**/packages.lock.json') }}
3737

3838
- uses: nowsprinting/check-version-format-action@v3
3939
id: version
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
dotnet clean --configuration Release
7272
dotnet nuget locals all --clear
73-
if: steps.cache.outputs.cache-hit == 'false' || github.event_name == 'release'
73+
if: steps.cache.outputs.cache-hit != 'true' || github.event_name == 'release'
7474

7575
- name: Restore packages
7676
run: dotnet restore

0 commit comments

Comments
 (0)