3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-07 14:51:33 -07:00
parent bd0ecdd6de
commit 9f02acffbb

View file

@ -56,12 +56,15 @@ jobs:
- task: DownloadPipelineArtifact@0 - task: DownloadPipelineArtifact@0
inputs: inputs:
artifactName: 'Windows' artifactName: 'Windows'
targetPath: tmp
- task: DownloadPipelineArtifact@0 - task: DownloadPipelineArtifact@0
inputs: inputs:
artifactName: 'Mac' artifactName: 'Mac'
targetPath: tmp
- task: DownloadPipelineArtifact@0 - task: DownloadPipelineArtifact@0
inputs: inputs:
artifactName: 'Ubuntu' artifactName: 'Ubuntu'
targetPath: tmp
- task: GitHubRelease@0 - task: GitHubRelease@0
inputs: inputs:
gitHubConnection: Z3GitHub gitHubConnection: Z3GitHub
@ -73,6 +76,7 @@ jobs:
title: 'Nightly' title: 'Nightly'
releaseNotesSource: 'input' releaseNotesSource: 'input'
releaseNotes: 'nightly build' releaseNotes: 'nightly build'
assets: 'tmp/*'
# assetUploadMode: 'replace' # assetUploadMode: 'replace'
isDraft: false isDraft: false
isPreRelease: true isPreRelease: true