From 3ae3d9bd276be7c7d9bac204eb61df76adadfbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Thu, 19 Dec 2024 18:44:40 +0100 Subject: [PATCH] #1: try a fix in azure pipeline --- .azure/pipelines/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/build-and-test.yml b/.azure/pipelines/build-and-test.yml index 62071dc..c2c22a4 100644 --- a/.azure/pipelines/build-and-test.yml +++ b/.azure/pipelines/build-and-test.yml @@ -159,5 +159,5 @@ jobs: continueOnError: true inputs: targetPath: $(OUTPUT_DIR) - artifact: 'foo-output-$(setup)' + artifact: foo-output- | $(setup) publishLocation: 'pipeline'