File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,13 @@ extends:
201
201
type : windows
202
202
steps :
203
203
- checkout : self
204
+ env :
205
+ ob_restore_phase : true # This ensures this done in restore phase to workaround signing issue
204
206
205
207
- task : DownloadPipelineArtifact@2
206
208
displayName : ' Download build files'
209
+ env :
210
+ ob_restore_phase : true # This ensures this done in restore phase to workaround signing issue
207
211
inputs :
208
212
targetPath : $(signOutPath)
209
213
artifact : drop_buildstage_buildjob
@@ -212,6 +216,8 @@ extends:
212
216
Get-ChildItem $(signOutPath) -Recurse
213
217
New-Item -Path $(nugetPath) -ItemType Directory > $null
214
218
displayName: Capture artifacts structure
219
+ env:
220
+ ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue
215
221
216
222
- pwsh : |
217
223
try {
@@ -223,6 +229,8 @@ extends:
223
229
}
224
230
Get-ChildItem -Path $(nugetPath)
225
231
displayName: 'Create the NuGet package'
232
+ env:
233
+ ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue
226
234
227
235
- task : onebranch.pipeline.signing@1
228
236
displayName : Sign nupkg
You can’t perform that action at this time.
0 commit comments