Skip to content

Commit

Permalink
Merged PR 19623: Make sure global tool packages are published in stab…
Browse files Browse the repository at this point in the history
…le build

Make sure global tool packages are published in stable build
  • Loading branch information
daxian-dbw committed Mar 17, 2022
1 parent 3269c95 commit 284f9e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps:
$releaseVersion = Get-Content "$ENV:PIPELINE_WORKSPACE/releasePipeline/metadata/release.json" | ConvertFrom-Json | Select-Object -ExpandProperty 'ReleaseVersion'
$globalToolPath = "$ENV:PIPELINE_WORKSPACE/releasePipeline/finalResults/PowerShell.$releaseVersion.nupkg"
### -WhatIf to make sure we do not release global tool. Remove -WhatIf when the PowerShell name reservation is done.
Copy-Item $globalToolPath -Destination "$(Pipeline.Workspace)/release" -WhatIf
Copy-Item $globalToolPath -Destination "$(Pipeline.Workspace)/release"
Get-ChildItem "$(Pipeline.Workspace)/release" -recurse
displayName: Download and capture nupkgs
Expand Down

0 comments on commit 284f9e4

Please sign in to comment.