Automate Store Publishing by jshigetomi · Pull Request #25725 · PowerShell/PowerShell
added 3 commits
July 3, 2025 13:53TravisEz13 added a commit to TravisEz13/PowerShell that referenced this pull request
Nov 5, 2025The variables $IsLTS, $IsStable, and $IsPreview were being used but never initialized. In the main branch, these are set by the channelSelection.yml template (added in PR PowerShell#25725), but in release/v7.4 the backport PR PowerShell#26163 uses stageDependencies to access these values. The PowerShell variables need to be explicitly initialized from the pipeline variables $(LTS), $(STABLE), and $(PREVIEW) at the beginning of the script block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters