Cache key needs a dot in it.

This commit is contained in:
Ian Walton 2020-08-24 22:24:54 -04:00
parent 04390358a2
commit 025147fdae
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
displayName: gen_pkg fingerprint
- task: Cache@2
inputs:
key: 'az-cache-fingerprint | "$(Agent.OS)"'
key: 'az-cache-fingerprint.list | "$(Agent.OS)"'
path: az_cache
displayName: Cache gen_pkg
@ -103,7 +103,7 @@ jobs:
displayName: gen_pkg fingerprint
- task: Cache@2
inputs:
key: 'az-cache-fingerprint | "$(Agent.OS)"'
key: 'az-cache-fingerprint.list | "$(Agent.OS)"'
path: az_cache
displayName: Cache gen_pkg

View File

@ -61,7 +61,7 @@ then
get_resource_version pyinstaller/pyinstaller
get_resource_version iwalton3/jellyfin-web
get_resource_version iwalton3/default-shader-pack
) | tee az-cache-fingerprint
) | tee az-cache-fingerprint.list
exit 0
fi