mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			451 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			451 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| steps:
 | |
|   - task: DownloadPipelineArtifact@2
 | |
|     displayName: 'Download Windows Release'
 | |
|     inputs:
 | |
|       artifactName: 'yuzu-$(BuildName)-windows-msvc'
 | |
|       buildType: 'current'
 | |
|       targetPath: '$(Build.ArtifactStagingDirectory)'
 | |
|   - task: DownloadPipelineArtifact@2
 | |
|     displayName: 'Download Linux Release'
 | |
|     inputs:
 | |
|       artifactName: 'yuzu-$(BuildName)-linux'
 | |
|       buildType: 'current'
 | |
|       targetPath: '$(Build.ArtifactStagingDirectory)' | 
