From bcc5da8eb0db4263e129c121e37a17d8eeaa795e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Thu, 19 Dec 2024 18:35:20 +0100 Subject: [PATCH] #1: try fix variable in azure ci for cache --- .azure/pipelines/build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/build-and-test.yml b/.azure/pipelines/build-and-test.yml index 8ee4bad..de03fdf 100644 --- a/.azure/pipelines/build-and-test.yml +++ b/.azure/pipelines/build-and-test.yml @@ -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)