3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

update nightly

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-24 16:34:35 -07:00
parent b9a407c25f
commit a8049c7feb

View file

@ -149,7 +149,6 @@ jobs:
- Mac
- Ubuntu
- Windows
- NuGet
steps:
- task: DownloadPipelineArtifact@0
inputs:
@ -163,10 +162,10 @@ jobs:
inputs:
artifactName: 'Ubuntu'
targetPath: tmp
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'NuGet'
targetPath: tmp
# - task: DownloadPipelineArtifact@0
# inputs:
# artifactName: 'NuGet'
# targetPath: tmp
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub