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:
parent
9fae4a16e6
commit
bfc30440ac
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue