Skip to content

Commit bcc5da8

Browse files
committed
#1: try fix variable in azure ci for cache
1 parent 31c5f98 commit bcc5da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
- task: Cache@2
9999
displayName: Update cache
100100
continueOnError: true
101+
variables:
102+
cache_name: $(name)
101103
inputs:
102104
securityNamespace: cache
103105
key: $(Agent.OS) | "$(cache_name)" | $(TS_YEAR) | $(TS_MONTH) | $(TS_DAY) | $(TS)

0 commit comments

Comments
 (0)