Skip to content

Commit f884d86

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 2951da9 commit f884d86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ steps:
4444
# https://marketplace.visualstudio.com/items?itemName=1ESLighthouseEng.PipelineArtifactCaching
4545
# https://github.com/Microsoft/azure-pipelines-yaml/pull/113
4646

47+
- task: CacheBeta@0
48+
inputs:
49+
key: '*'
50+
path: '$(CACHE_DIR)'
4751
# - task: Cache@0
4852
# inputs:
4953
# path: $(CACHE_DIR)

0 commit comments

Comments
 (0)