Use improved cache task.

Former-commit-id: bdb1cfedadbe2407beb9f8999eb5cd0157972e8a
This commit is contained in:
David Himmelstrup 2019-12-13 19:35:09 +08:00
commit 3a7016f093

View file

@ -17,7 +17,7 @@ jobs:
STACK_YAML: stack-lts-11.yaml
maxParallel: 6
steps:
- task: CacheBeta@0
- task: Cache@2
inputs:
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version3
path: $(STACK_ROOT)