Skip to content

Commit 0b8f3e9

Browse files
Find nupkg file
1 parent 7dc14a5 commit 0b8f3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ extends:
147147
targetType: inline
148148
script: |
149149
$null = New-Item -ItemType Directory -Path "$(Pipeline.Workspace)\release"
150-
Copy-Item "$(Pipeline.Workspace)\*.nupkg" -Destination "$(Pipeline.Workspace)\release" -Force -Verbose
150+
Copy-Item "$(Pipeline.Workspace)\Microsoft.PowerShell.*.nupkg" -Destination "$(Pipeline.Workspace)\release" -Recurse -Force -Verbose
151151
Write-Verbose -Verbose "The .nupkgs below will be pushed:"
152152
Get-ChildItem "$(Pipeline.Workspace)/release" -recurse
153153
displayName: Download and capture nupkgs

0 commit comments

Comments
 (0)