3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

update release script

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-07-10 13:52:41 +01:00
parent 5de35d46eb
commit ee94f8f5ce

View file

@ -71,14 +71,6 @@ jobs:
targetPath: tmp
# TBD: build NuGet package
# TBD: this script should build a specific pre-specified tag
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
action: 'delete'
target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Nightly'
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub
@ -86,12 +78,12 @@ jobs:
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Nightly'
title: 'Nightly'
tag: 'z3-4.8.6'
title: 'z3-4.8.6'
releaseNotesSource: 'input'
releaseNotes: 'nightly build'
releaseNotes: '4.8.6 release'
assets: 'tmp/*'
isDraft: false
isDraft: true
isPreRelease: true