azure disable stack root.

This commit is contained in:
David Himmelstrup 2019-09-10 20:10:14 +08:00
commit b904c42a65
2 changed files with 6 additions and 6 deletions

View file

@ -29,14 +29,14 @@ jobs:
# key: stack | $(Agent.OS)
# path: $(HOME)/.local/bin
# displayName: Cache stack
# - task: CacheBeta@0
# inputs:
# key: stack-root | $(Agent.OS) | stack.yaml | version2
# path: $(STACK_ROOT)
# displayName: Cache stack root
- task: CacheBeta@0
inputs:
key: stack-root | $(Agent.OS) | stack.yaml | version2
path: $(STACK_ROOT)
displayName: Cache stack root
- task: CacheBeta@0
inputs:
key: stack-work | $(Agent.OS) | stack.yaml | version3
key: stack-work | $(Agent.OS) | stack.yaml | version4
path: $(Build.SourcesDirectory)/$(STACK_WORK)
displayName: Cache stack work
- script: |