File tree 1 file changed +18
-5
lines changed
1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,22 @@ jobs:
95
95
cd scripts
96
96
python mk_nuget_task.py ../tmp $(z3Version) 3424ffa
97
97
cd ..
98
- - task : NuGetCommand @2
98
+ - task : DotNetCoreCLI @2
99
99
inputs :
100
100
command : pack
101
101
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 ..
106
114
107
115
- job : Python
108
116
displayName : " Python packaging"
@@ -140,6 +148,7 @@ jobs:
140
148
- Mac
141
149
- Ubuntu
142
150
- Windows
151
+ - NuGet
143
152
steps :
144
153
- task : DownloadPipelineArtifact@0
145
154
inputs :
@@ -153,6 +162,10 @@ jobs:
153
162
inputs :
154
163
artifactName : ' Ubuntu'
155
164
targetPath : tmp
165
+ - task : DownloadPipelineArtifact@0
166
+ inputs :
167
+ artifactName : ' NuGet'
168
+ targetPath : tmp
156
169
- task : GitHubRelease@0
157
170
inputs :
158
171
gitHubConnection : Z3GitHub
You can’t perform that action at this time.
0 commit comments