Build, package, and create VPack for the PowerShell-LTS store package within the same `msixbundle-vpack` pipeline (#150) by daxian-dbw · Pull Request #27209 · PowerShell/PowerShell
tools/packaging/packaging.psm1
Minor comment/whitespace cleanup in MSIX packaging function.
src/System.Management.Automation/utils/Telemetry.cs
Small refactor (property initializer removed; simplify calls to telemetry metric sender).
src/System.Management.Automation/resources/TabCompletionStrings.resx
Update tab-completion descriptions to reference “PowerShell 7+” / “Windows PowerShell 5.1”.
src/System.Management.Automation/resources/RemotingErrorIdStrings.resx
Update remoting error string to “PowerShell 7+”.
src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx
Rename banner resource key used by ConsoleHost.
src/Microsoft.PowerShell.ConsoleHost/host/msh/ManagedEntrance.cs
Update banner resource usage and make local type explicit.
src/Microsoft.PowerShell.ConsoleHost/host/msh/ConsoleHost.cs
Adjust redirected-output flag assignment target.
PowerShell.Common.props
Minor formatting change in MSBuild condition expression.
.pipelines/MSIXBundle-vPack-Official.yml
Major pipeline restructure: build/package from source, create/sign bundle, create vPack, publish symbols, add network isolation parameter.