Skip to content

Commit

Permalink
#1: try fix variable in azure ci for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent 31c5f98 commit bcc5da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/pipelines/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
- task: Cache@2
displayName: Update cache
continueOnError: true
variables:
cache_name: $(name)
inputs:
securityNamespace: cache
key: $(Agent.OS) | "$(cache_name)" | $(TS_YEAR) | $(TS_MONTH) | $(TS_DAY) | $(TS)
Expand Down

0 comments on commit bcc5da8

Please sign in to comment.