We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc14a5 commit 0b8f3e9Copy full SHA for 0b8f3e9
.pipelines/release.yml
@@ -147,7 +147,7 @@ extends:
147
targetType: inline
148
script: |
149
$null = New-Item -ItemType Directory -Path "$(Pipeline.Workspace)\release"
150
- Copy-Item "$(Pipeline.Workspace)\*.nupkg" -Destination "$(Pipeline.Workspace)\release" -Force -Verbose
+ Copy-Item "$(Pipeline.Workspace)\Microsoft.PowerShell.*.nupkg" -Destination "$(Pipeline.Workspace)\release" -Recurse -Force -Verbose
151
Write-Verbose -Verbose "The .nupkgs below will be pushed:"
152
Get-ChildItem "$(Pipeline.Workspace)/release" -recurse
153
displayName: Download and capture nupkgs
0 commit comments