mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
update nuget packaging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f086f01ae0
commit
4051fbd8b2
2 changed files with 16 additions and 8 deletions
|
@ -1,3 +1,6 @@
|
|||
variables:
|
||||
z3Version: '4.8.7'
|
||||
|
||||
jobs:
|
||||
|
||||
- job: Mac
|
||||
|
@ -90,8 +93,16 @@ jobs:
|
|||
targetPath: tmp
|
||||
- script: |
|
||||
cd scripts
|
||||
python mk_nuget_task.py ../tmp 4.8.7 3424ffa
|
||||
python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
|
||||
cd ..
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: pack
|
||||
basePath: scripts/out
|
||||
- script: |
|
||||
cd scripts
|
||||
EsprClient.exe sign -a authorization.json -p policy.json -i out/nuget_sign_input.json -o out/diagnostics.json
|
||||
cd ..
|
||||
|
||||
- job: Python
|
||||
displayName: "Python packaging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue