mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
download artifact
This commit is contained in:
@@ -15,6 +15,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: Download artifacts
|
||||||
|
inputs:
|
||||||
|
downloadPath: $(Build.SourcesDirectory)/${{ parameters.platform }}/${{ parameters.configuration }}
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
displayName: 'UI Tests'
|
displayName: 'UI Tests'
|
||||||
condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.
|
condition: ne(variables['BuildPlatform'], 'arm64') # No arm64 agents to run the tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user