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

Update nightly.yaml

add Python top zip
This commit is contained in:
Nikolaj Bjorner 2019-12-20 21:12:13 -08:00
parent 495658e07a
commit c5d31be613

View file

@ -152,6 +152,7 @@ jobs:
- Mac
- Ubuntu
- Windows
- Python
steps:
- task: DownloadPipelineArtifact@0
inputs:
@ -165,6 +166,10 @@ jobs:
inputs:
artifactName: 'Ubuntu'
targetPath: tmp
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'Python'
targetPath: tmp
# - task: DownloadPipelineArtifact@0
# inputs:
# artifactName: 'NuGet'