From f929ca684727c64039a0c69ba2fb3a960c4f3153 Mon Sep 17 00:00:00 2001 From: seraphima Date: Wed, 17 Jan 2024 18:40:08 +0100 Subject: [PATCH] artifact name, default download path --- .pipelines/ci/templates/run-ui-tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index ae04707b69..076d950263 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -18,7 +18,7 @@ jobs: - task: DownloadPipelineArtifact@2 displayName: Download artifacts inputs: - downloadPath: '$(Build.ArtifactStagingDirectory)\$(BuildPlatform)\$(BuildConfiguration)' + artifact: build-${{ parameters.platform }}-${{ parameters.configuration }} - task: VSTest@2 displayName: 'UI Tests'