Browse Source
Add props and targets to hash for cache key
js/color-alpha-handling
AlexNDRmac
5 years ago
No known key found for this signature in database
GPG Key ID: ECCF738337BCF66F
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|
|