Automate Store Publishing by jshigetomi · Pull Request #25725 · PowerShell/PowerShell

added 3 commits

July 3, 2025 13:53

TravisEz13

daxian-dbw

adityapatwardhan

@jshigetomi

@jshigetomi

adityapatwardhan

pwshBot pushed a commit to pwshBot/PowerShell that referenced this pull request

Oct 9, 2025

pwshBot pushed a commit to pwshBot/PowerShell that referenced this pull request

Oct 9, 2025

TravisEz13 added a commit to TravisEz13/PowerShell that referenced this pull request

Nov 5, 2025
The 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.

SIRMARGIN pushed a commit to SIRMARGIN/PowerShell that referenced this pull request

Dec 12, 2025