Merge the v7.7.0-preview.4 release back to GitHub master - #27938
Merged
Dongbo Wang (daxian-dbw) merged 3 commits intoSep 1, 2026
Conversation
Dongbo Wang (daxian-dbw)
requested review from
a team and
Justin Chung (jshigetomi)
as code owners
September 1, 2026 15:47
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Dongbo Wang (daxian-dbw)
September 1, 2026 15:47
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR merges the v7.7.0-preview.4 release branch back into master, updating release notes and incorporating build/pipeline adjustments made for the preview release.
Changes:
- Add the
7.7.0-preview.4section and compare link to the preview changelog. - Update
Start-PSBuildto optionally removeSystem.Management.Automationsatellite resource assemblies from publish output in scenarios where localized resources aren’t expected. - Set
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0for the Windows hosted build pipeline template to allow cultural data access.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CHANGELOG/preview.md | Adds the 7.7.0-preview.4 changelog entry and compare link. |
| build.psm1 | Adjusts localization/satellite assembly handling in build output. |
| .pipelines/templates/windows-hosted-build.yml | Ensures globalization invariant mode is disabled for Windows hosted builds. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Patrick Meinecke (SeeminglyScience)
approved these changes
Sep 1, 2026
Aditya Patwardhan (adityapatwardhan)
approved these changes
Sep 1, 2026
Dongbo Wang (daxian-dbw)
merged commit Sep 1, 2026
5dd1e82
into
PowerShell:master
87 of 88 checks passed
9 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
The v7.7.0-preview.4 release is complete. This PR merges the release branch, including its release tag, back to the GitHub master branch.