3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +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 targetPath: tmp
- script: | - script: |
cd scripts cd scripts
python mk_nuget_task.py ../tmp $(z3Version) 3424ffa python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
cd .. cd ..
- task: DotNetCoreCLI@2 - task: NuGetCommand@2
inputs: inputs:
command: pack command: pack
basePath: scripts/out packagesToPack: scripts/out/*.nuspec
- task: DotNetCoreCLI@2 packDestination: $(Build.ArtifactStagingDirectory)
- task: NuGetCommand@2
inputs: inputs:
command: 'pack' command: 'pack'
basePath: scripts/out packagesToPack: scripts/out/*.nuspec
includesymbols: true includesymbols: true
# TBD: access packages packDestination: $(Build.ArtifactStagingDirectory)
# Not available as a task? # Not available as a task?
# - script: | # - script: |