This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2019-09-22 20:01:29 +00:00
|
|
|
steps:
|
|
|
|
- task: DownloadPipelineArtifact@2
|
|
|
|
displayName: 'Download Windows Release'
|
|
|
|
inputs:
|
2019-10-02 22:54:05 +00:00
|
|
|
artifactName: 'yuzu-$(BuildName)-windows-msvc'
|
2019-09-22 20:01:29 +00:00
|
|
|
buildType: 'current'
|
|
|
|
targetPath: '$(Build.ArtifactStagingDirectory)'
|
|
|
|
- task: DownloadPipelineArtifact@2
|
|
|
|
displayName: 'Download Linux Release'
|
|
|
|
inputs:
|
|
|
|
artifactName: 'yuzu-$(BuildName)-linux'
|
|
|
|
buildType: 'current'
|
|
|
|
targetPath: '$(Build.ArtifactStagingDirectory)'
|