Skip to content

Commit 55e38ab

Browse files
committed
Add props and targets to hash for cache key
1 parent fed7d7b commit 55e38ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: nuget-cache
6262
with:
6363
path: ~/.nuget
64-
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ImageSharp*.csproj') }}
64+
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ImageSharp*.csproj', '**/*.props', '**/*.targets') }}
6565
restore-keys: ${{ runner.os }}-nuget-
6666

6767
- name: Build

0 commit comments

Comments
 (0)