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)'
|