File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,13 @@ extends:
201201 type : windows
202202 steps :
203203 - checkout : self
204+ env :
205+ ob_restore_phase : true # This ensures this done in restore phase to workaround signing issue
204206
205207 - task : DownloadPipelineArtifact@2
206208 displayName : ' Download build files'
209+ env :
210+ ob_restore_phase : true # This ensures this done in restore phase to workaround signing issue
207211 inputs :
208212 targetPath : $(signOutPath)
209213 artifact : drop_buildstage_buildjob
@@ -212,6 +216,8 @@ extends:
212216 Get-ChildItem $(signOutPath) -Recurse
213217 New-Item -Path $(nugetPath) -ItemType Directory > $null
214218 displayName: Capture artifacts structure
219+ env:
220+ ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue
215221
216222 - pwsh : |
217223 try {
@@ -223,6 +229,8 @@ extends:
223229 }
224230 Get-ChildItem -Path $(nugetPath)
225231 displayName: 'Create the NuGet package'
232+ env:
233+ ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue
226234
227235 - task : onebranch.pipeline.signing@1
228236 displayName : Sign nupkg
You can’t perform that action at this time.
0 commit comments