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

Commit 9b37518

Browse files
committed
Use the same keys in all stack jobs
1 parent 9a75daf commit 9b37518

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/linux-stack.yml

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

.azure/macos-stack.yml

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

0 commit comments

Comments
 (0)