Browse Source

Add props and targets to hash for cache key

js/color-alpha-handling
AlexNDRmac 5 years ago
parent
commit
a0bf4e331c
No known key found for this signature in database GPG Key ID: ECCF738337BCF66F
  1. 2
      .github/workflows/build-and-test.yml

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

@ -61,7 +61,7 @@ jobs:
id: nuget-cache
with:
path: ~/.nuget
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ImageSharp*.csproj') }}
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ImageSharp*.csproj', '**/*.props', '**/*.targets') }}
restore-keys: ${{ runner.os }}-nuget-
- name: Build

Loading…
Cancel
Save