From 297220f7af7078236ef1f801f4d046207a35e328 Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Tue, 10 Dec 2024 00:09:30 -0500 Subject: [PATCH] Add group reference and adjust existing var ChatGPT did *not* have the whole story. Not anywhere close. --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac08bc9..ef45682 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,9 @@ pr: - stable variables: - pip_cache_dir: $(Pipeline.Workspace)/.pip + - group: default-variables + - name: pip_cache_dir + value: $(Pipeline.Workspace)/.pip stages: