Create Linux LTS deb/rpm packages for LTS releases by daxian-dbw · Pull Request #27049 · PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Conversation
Copilot AI review requested due to automatic review settings
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds LTS-specific Linux packaging to the existing coordinated Linux packaging pipeline template so LTS releases can emit “powershell-lts” artifacts.
Changes:
- Updates the Linux package build template to invoke
Start-PSPackagea second time with-LTSwhenmetadata.LTSRelease.Packageis true (and not a rebuild branch). - Moves the LTS logging to align with the new LTS packaging invocation.
Comment on lines +167 to +170
| if ($LTS) { | ||
| Write-Verbose -Message "LTS Release: $LTS" -Verbose | ||
| Start-PSPackage -Type $packageType -ReleaseTag $(ReleaseTagVar) -PackageBinPath $signedFilesPath -LTS | ||
| } |
adityapatwardhan pushed a commit to adityapatwardhan/PowerShell that referenced this pull request
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