We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f884d86 commit 8d183b2Copy full SHA for 8d183b2
1 file changed
azure-pipelines.yml
@@ -44,10 +44,11 @@ steps:
44
# https://marketplace.visualstudio.com/items?itemName=1ESLighthouseEng.PipelineArtifactCaching
45
# https://github.com/Microsoft/azure-pipelines-yaml/pull/113
46
47
-- task: CacheBeta@0
48
- inputs:
49
- key: '*'
50
- path: '$(CACHE_DIR)'
+ - task: CacheBeta@0
+ inputs:
+ path: '$(CACHE_DIR)'
+ key: '*'
51
+
52
# - task: Cache@0
53
# inputs:
54
# path: $(CACHE_DIR)
0 commit comments