mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	use userSpecifiedTag instead of gitTag
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									81f4125f05
								
							
						
					
					
						commit
						dc420332b8
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -575,7 +575,7 @@ stages:
 | 
			
		|||
        repositoryName: 'Z3Prover/z3'
 | 
			
		||||
        action: 'delete'
 | 
			
		||||
#     target: '$(Build.SourceVersion)'
 | 
			
		||||
        tagSource: 'gitTag'
 | 
			
		||||
        tagSource: 'userSpecifiedTag'
 | 
			
		||||
        tag: 'Nightly'
 | 
			
		||||
    - task: GitHubRelease@1
 | 
			
		||||
      continueOnError: true 
 | 
			
		||||
| 
						 | 
				
			
			@ -584,7 +584,7 @@ stages:
 | 
			
		|||
        repositoryName: 'Z3Prover/z3'
 | 
			
		||||
        action: 'create'
 | 
			
		||||
#     target: '$(Build.SourceVersion)'
 | 
			
		||||
        tagSource: 'gitTag'
 | 
			
		||||
        tagSource: 'userSpecifiedTag'
 | 
			
		||||
        tag: 'Nightly'
 | 
			
		||||
        title: 'Nightly'
 | 
			
		||||
        releaseNotesSource: 'input'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -576,7 +576,7 @@ stages:
 | 
			
		|||
        repositoryName: $(Build.Repository.Name)
 | 
			
		||||
        action: 'create'
 | 
			
		||||
        target: '$(Build.SourceVersion)'
 | 
			
		||||
        tagSource: 'gitTag'
 | 
			
		||||
        tagSource: 'userSpecifiedTag'
 | 
			
		||||
        tag: 'z3-$(ReleaseVersion)'
 | 
			
		||||
        title: 'z3-$(ReleaseVersion)'
 | 
			
		||||
        releaseNotesSource: 'input'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue