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

update nightly

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-21 13:57:45 -07:00
parent 9fae4a16e6
commit bfc30440ac

View file

@ -93,18 +93,19 @@ jobs:
targetPath: tmp
- script: |
cd scripts
python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
cd ..
- task: DotNetCoreCLI@2
- task: NuGetCommand@2
inputs:
command: pack
basePath: scripts/out
- task: DotNetCoreCLI@2
command: pack
packagesToPack: scripts/out/*.nuspec
packDestination: $(Build.ArtifactStagingDirectory)
- task: NuGetCommand@2
inputs:
command: 'pack'
basePath: scripts/out
packagesToPack: scripts/out/*.nuspec
includesymbols: true
# TBD: access packages
packDestination: $(Build.ArtifactStagingDirectory)
# Not available as a task?
# - script: |