download artifact

This commit is contained in:
seraphima
2024-01-16 15:03:42 +01:00
parent 981b616ef4
commit 451c7e6393

View File

@@ -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.