Skip to content

Commit 8d183b2

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

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ 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)'
47+
- task: CacheBeta@0
48+
inputs:
49+
path: '$(CACHE_DIR)'
50+
key: '*'
51+
5152
# - task: Cache@0
5253
# inputs:
5354
# path: $(CACHE_DIR)

0 commit comments

Comments
 (0)