|
|
|
@ -2,7 +2,7 @@ steps: |
|
|
|
- task: DownloadPipelineArtifact@2 |
|
|
|
displayName: 'Download Windows Release' |
|
|
|
inputs: |
|
|
|
artifactName: 'yuzu-$(BuildName)-windows-mingw' |
|
|
|
artifactName: 'yuzu-$(BuildName)-windows-msvc' |
|
|
|
buildType: 'current' |
|
|
|
targetPath: '$(Build.ArtifactStagingDirectory)' |
|
|
|
- task: DownloadPipelineArtifact@2 |
|
|
|
|