mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	#5700 - Add download x86 as part of release NuGet
x86 is part of nightly NuGet but was not added to the release pipeline.
This commit is contained in:
		
							parent
							
								
									122b0fec0f
								
							
						
					
					
						commit
						4641a20f4f
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -171,6 +171,10 @@ stages:
 | 
				
			||||||
      inputs:
 | 
					      inputs:
 | 
				
			||||||
        artifact: 'WindowsBuild-x64'
 | 
					        artifact: 'WindowsBuild-x64'
 | 
				
			||||||
        path: $(Agent.TempDirectory)\package
 | 
					        path: $(Agent.TempDirectory)\package
 | 
				
			||||||
 | 
					      displayName: 'Download Win32 Build'
 | 
				
			||||||
 | 
					      inputs:
 | 
				
			||||||
 | 
					        artifact: 'WindowsBuild-x86'
 | 
				
			||||||
 | 
					        path: $(Agent.TempDirectory)\package
 | 
				
			||||||
    - task: DownloadPipelineArtifact@2
 | 
					    - task: DownloadPipelineArtifact@2
 | 
				
			||||||
      displayName: 'Download Ubuntu Build'
 | 
					      displayName: 'Download Ubuntu Build'
 | 
				
			||||||
      inputs:
 | 
					      inputs:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue