Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 4fdaf37

Browse files
committed
Change stack win cache key
1 parent 0fbd6d6 commit 4fdaf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/windows-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- task: Cache@2
3030
inputs:
31-
key: '"stack-root" | "$(Agent.OS)" | $(Build.SourcesDirectory)/$(YAML_FILE)'
31+
key: '"stack" | "$(Agent.OS)" | $(Build.SourcesDirectory)/$(YAML_FILE)'
3232
path: .azure-cache
3333
cacheHitVar: CACHE_RESTORED
3434
displayName: "Cache stack-root"

0 commit comments

Comments
 (0)