Skip to content

Update AppxManifest.xml to only declare en-US for the <Resources> element - #27939

Merged
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
daxian-dbw:resources
Sep 1, 2026
Merged

Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
daxian-dbw:resources

Conversation

@daxian-dbw

Copy link
Copy Markdown
Member

PR Summary

We do not have the MS Store related text localized yet, so change the <Resources> element back to en-US only.

Copilot AI lite review requested due to automatic review settings September 1, 2026 16:00
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Windows AppX manifest to declare only en-US under <Resources>, aligning with the current state where MS Store-related strings are not localized.

Changes:

  • Removed non-en-US <Resource Language="..."/> entries from assets/AppxManifest.xml.
  • Removed a CI compatibility note comment near the top of build.psm1.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
build.psm1 Removes a comment about CI PowerShell version compatibility near module initialization.
assets/AppxManifest.xml Restricts declared AppX manifest resources to en-US only.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment thread build.psm1
Comment on lines 9 to 11
. "$PSScriptRoot\tools\buildCommon\startNativeExecution.ps1"

# CI runs with PowerShell 5.0, so don't use features like ?: && ||
Set-StrictMode -Version 3.0

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It's likely a stale requirement. I have #27940 submitted to changes the shell to pwsh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.6.x-Done 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.

3 participants