We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2951da9 commit f884d86Copy full SHA for f884d86
1 file changed
azure-pipelines.yml
@@ -44,6 +44,10 @@ 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)'
51
# - task: Cache@0
52
# inputs:
53
# path: $(CACHE_DIR)
0 commit comments