Skip to content

[release/v7.6.0] Create Linux LTS deb/rpm packages for LTS releases (#27049)#27051

Merged
daxian-dbw merged 1 commit into
PowerShell:release/v7.6.0from
daxian-dbw:760-bp
Mar 17, 2026
Merged

[release/v7.6.0] Create Linux LTS deb/rpm packages for LTS releases (#27049)#27051
daxian-dbw merged 1 commit into
PowerShell:release/v7.6.0from
daxian-dbw:760-bp

Conversation

@daxian-dbw
Copy link
Copy Markdown
Member

PR Summary

Backport #27049 to release/v7.6.0 branch

@daxian-dbw daxian-dbw requested review from a team and jshigetomi as code owners March 17, 2026 21:56
Copilot AI review requested due to automatic review settings March 17, 2026 21:56
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 17, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backports changes from #27049 into release/v7.6.0 to enable producing Linux LTS deb/rpm packages when building an LTS release.

Changes:

  • Adds an extra Start-PSPackage -LTS invocation when $metadata.LTSRelease.Package is enabled (and not on rebuild branches).
  • Moves the LTS verbose logging next to the LTS packaging invocation.

Comment on lines 165 to +170
Start-PSPackage -Type $packageType -ReleaseTag $(ReleaseTagVar) -PackageBinPath $signedFilesPath

if ($LTS) {
Write-Verbose -Message "LTS Release: $LTS" -Verbose
Start-PSPackage -Type $packageType -ReleaseTag $(ReleaseTagVar) -PackageBinPath $signedFilesPath -LTS
}
@daxian-dbw daxian-dbw merged commit f282cf7 into PowerShell:release/v7.6.0 Mar 17, 2026
38 of 39 checks passed
@daxian-dbw daxian-dbw deleted the 760-bp branch March 17, 2026 22:11
@daxian-dbw daxian-dbw changed the title Create Linux LTS deb/rpm packages for LTS releases (#27049) [release/v7.6.0] Create Linux LTS deb/rpm packages for LTS releases (#27049) Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants