mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
update version number of github release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e8f627cde9
commit
602cfafd96
2 changed files with 3 additions and 3 deletions
|
@ -568,7 +568,7 @@ stages:
|
|||
inputs:
|
||||
artifactName: 'NuGet32'
|
||||
targetPath: tmp
|
||||
- task: GitHubRelease@0
|
||||
- task: GitHubRelease@1
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3Prover
|
||||
|
@ -577,7 +577,7 @@ stages:
|
|||
# target: '$(Build.SourceVersion)'
|
||||
tagSource: 'manual'
|
||||
tag: 'Nightly'
|
||||
- task: GitHubRelease@0
|
||||
- task: GitHubRelease@1
|
||||
continueOnError: true
|
||||
inputs:
|
||||
gitHubConnection: Z3Prover
|
||||
|
|
|
@ -570,7 +570,7 @@ stages:
|
|||
inputs:
|
||||
artifact: 'NuGet32'
|
||||
path: $(Agent.TempDirectory)
|
||||
- task: GitHubRelease@0
|
||||
- task: GitHubRelease@1
|
||||
inputs:
|
||||
gitHubConnection: Z3Prover
|
||||
repositoryName: $(Build.Repository.Name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue