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.