Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .pipelines/PSReadLine-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,13 @@ extends:
type: windows
steps:
- checkout: self
env:
ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue

- task: DownloadPipelineArtifact@2
displayName: 'Download build files'
env:
ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue
inputs:
targetPath: $(signOutPath)
artifact: drop_buildstage_buildjob
Expand All @@ -212,6 +216,8 @@ extends:
Get-ChildItem $(signOutPath) -Recurse
New-Item -Path $(nugetPath) -ItemType Directory > $null
displayName: Capture artifacts structure
env:
ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue

- pwsh: |
try {
Expand All @@ -223,6 +229,8 @@ extends:
}
Get-ChildItem -Path $(nugetPath)
displayName: 'Create the NuGet package'
env:
ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue

- task: onebranch.pipeline.signing@1
displayName: Sign nupkg
Expand Down