mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	update nightly
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									9fae4a16e6
								
							
						
					
					
						commit
						bfc30440ac
					
				
					 1 changed files with 8 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -93,18 +93,19 @@ jobs:
 | 
			
		|||
     targetPath: tmp
 | 
			
		||||
  - script: |
 | 
			
		||||
       cd scripts 
 | 
			
		||||
       python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
 | 
			
		||||
       python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
 | 
			
		||||
       cd ..
 | 
			
		||||
  - task: DotNetCoreCLI@2
 | 
			
		||||
  - task: NuGetCommand@2
 | 
			
		||||
    inputs:
 | 
			
		||||
     command: pack
 | 
			
		||||
     basePath: scripts/out
 | 
			
		||||
  - task: DotNetCoreCLI@2
 | 
			
		||||
      command: pack
 | 
			
		||||
      packagesToPack: scripts/out/*.nuspec
 | 
			
		||||
      packDestination: $(Build.ArtifactStagingDirectory)
 | 
			
		||||
  - task: NuGetCommand@2
 | 
			
		||||
    inputs: 
 | 
			
		||||
      command: 'pack'
 | 
			
		||||
      basePath: scripts/out
 | 
			
		||||
      packagesToPack: scripts/out/*.nuspec
 | 
			
		||||
      includesymbols: true
 | 
			
		||||
# TBD: access packages 
 | 
			
		||||
      packDestination: $(Build.ArtifactStagingDirectory)
 | 
			
		||||
 | 
			
		||||
# Not available as a task?
 | 
			
		||||
#  - script: | 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue