Skip to content

Commit 9fae4a1

Browse files
update nightly
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 4051fbd commit 9fae4a1

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

scripts/nightly.yaml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,22 @@ jobs:
9595
cd scripts
9696
python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
9797
cd ..
98-
- task: NuGetCommand@2
98+
- task: DotNetCoreCLI@2
9999
inputs:
100100
command: pack
101101
basePath: scripts/out
102-
- script: |
103-
cd scripts
104-
EsprClient.exe sign -a authorization.json -p policy.json -i out/nuget_sign_input.json -o out/diagnostics.json
105-
cd ..
102+
- task: DotNetCoreCLI@2
103+
inputs:
104+
command: 'pack'
105+
basePath: scripts/out
106+
includesymbols: true
107+
# TBD: access packages
108+
109+
# Not available as a task?
110+
# - script: |
111+
# cd scripts
112+
# EsprClient.exe sign -a authorization.json -p policy.json -i out/nuget_sign_input.json -o out/diagnostics.json
113+
# cd ..
106114

107115
- job: Python
108116
displayName: "Python packaging"
@@ -140,6 +148,7 @@ jobs:
140148
- Mac
141149
- Ubuntu
142150
- Windows
151+
- NuGet
143152
steps:
144153
- task: DownloadPipelineArtifact@0
145154
inputs:
@@ -153,6 +162,10 @@ jobs:
153162
inputs:
154163
artifactName: 'Ubuntu'
155164
targetPath: tmp
165+
- task: DownloadPipelineArtifact@0
166+
inputs:
167+
artifactName: 'NuGet'
168+
targetPath: tmp
156169
- task: GitHubRelease@0
157170
inputs:
158171
gitHubConnection: Z3GitHub

0 commit comments

Comments
 (0)