From 451c7e639346eef7039331d4e14f6d5331877ba6 Mon Sep 17 00:00:00 2001 From: seraphima Date: Tue, 16 Jan 2024 15:03:42 +0100 Subject: [PATCH] download artifact --- .pipelines/ci/templates/run-ui-tests-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 1f2b947f05..9092a298d1 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -15,6 +15,11 @@ jobs: steps: - checkout: none + - task: DownloadPipelineArtifact@2 + displayName: Download artifacts + inputs: + downloadPath: $(Build.SourcesDirectory)/${{ parameters.platform }}/${{ parameters.configuration }} + - task: VSTest@2 displayName: 'UI Tests' condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.