File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- checkout : self
22
22
- task : CacheBeta@0
23
23
inputs :
24
- key : stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack.yaml | $(Build.SourcesDirectory)/ghcide.cabal
24
+ key : stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack.yaml | $(Build.SourcesDirectory)/ghcide.cabal
25
25
path : .azure-cache
26
26
cacheHitVar : CACHE_RESTORED
27
27
displayName : " Cache stack artifacts"
67
67
- checkout : self
68
68
- task : CacheBeta@0
69
69
inputs :
70
- key : stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack84.yaml | $(Build.SourcesDirectory)/ghcide.cabal
70
+ key : stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack84.yaml | $(Build.SourcesDirectory)/ghcide.cabal
71
71
path : .azure-cache
72
72
cacheHitVar : CACHE_RESTORED
73
73
displayName : " Cache stack artifacts"
@@ -113,7 +113,7 @@ jobs:
113
113
- checkout : self
114
114
- task : CacheBeta@0
115
115
inputs :
116
- key : stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack88.yaml | $(Build.SourcesDirectory)/ghcide.cabal
116
+ key : stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack88.yaml | $(Build.SourcesDirectory)/ghcide.cabal
117
117
path : .azure-cache
118
118
cacheHitVar : CACHE_RESTORED
119
119
displayName : " Cache stack artifacts"
@@ -159,7 +159,7 @@ jobs:
159
159
- checkout : self
160
160
- task : CacheBeta@0
161
161
inputs :
162
- key : stack-cache-v1 | $(Agent.OS) | $(Build.SourcesDirectory)/stack-ghc-lib.yaml | $(Build.SourcesDirectory)/ghcide.cabal
162
+ key : stack-cache-v2 | $(Agent.OS) | $(Build.SourcesDirectory)/stack-ghc-lib.yaml | $(Build.SourcesDirectory)/ghcide.cabal
163
163
path : .azure-cache
164
164
cacheHitVar : CACHE_RESTORED
165
165
displayName : " Cache stack artifacts"
You can’t perform that action at this time.
0 commit comments