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:
|
inputs:
|
||||||
artifactName: 'NuGet32'
|
artifactName: 'NuGet32'
|
||||||
targetPath: tmp
|
targetPath: tmp
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@1
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: Z3Prover
|
gitHubConnection: Z3Prover
|
||||||
|
@ -577,7 +577,7 @@ stages:
|
||||||
# target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'manual'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@1
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: Z3Prover
|
gitHubConnection: Z3Prover
|
||||||
|
|
|
@ -570,7 +570,7 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'NuGet32'
|
artifact: 'NuGet32'
|
||||||
path: $(Agent.TempDirectory)
|
path: $(Agent.TempDirectory)
|
||||||
- task: GitHubRelease@0
|
- task: GitHubRelease@1
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: Z3Prover
|
gitHubConnection: Z3Prover
|
||||||
repositoryName: $(Build.Repository.Name)
|
repositoryName: $(Build.Repository.Name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue