Scrub sample and command-line examples to use MSIX as the primary format - #480
Open
RDMacLachlan wants to merge 1 commit into
Open
Scrub sample and command-line examples to use MSIX as the primary format#480RDMacLachlan wants to merge 1 commit into
RDMacLachlan wants to merge 1 commit into
Conversation
Updates illustrative sample package names and command-line examples to use `.msix`/`.msixbundle` as the primary format instead of `.appx`/`.appxbundle`, so the docs consistently lead with MSIX. API/cmdlet names (Add-AppxPackage), manifest/tool names (AppxManifest.xml, MakeAppx.exe), schema namespaces, and real framework filenames are intentionally left unchanged. - package-folding.md: sample package names -> .msix - sign-app-package-using-signtool.md: remove redundant .appx duplicates of the identical .msix SignTool examples - asset-packages.md: list the .msix MakeAppx command first - unsigned-package.md, azure-dev-ops.md, desktop-to-uwp-known-issues.md, packaging-layout.md: sample file names -> .msix/.msixbundle - troubleshoot-appinstaller-issues.md: fix `.misx` typo, add missing leading dot on msixbundle, and order the format list MSIX-first - Bump ms.date on all edited files Resolves AB#25694806 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Learn Build status updates of commit fde9dc5: ✅ Validation status: passed
For more details, please refer to the build report. |
DrusTheAxe
approved these changes
Jul 7, 2026
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.
Resolves the doc bug asking that MSIX be the primary example over appx across the docs (AB#25694806).
What changed
This updates illustrative sample package names and command-line examples to lead with
.msix/.msixbundleinstead of.appx/.appxbundle:MyGame_*.appx→.msix).appxSignTool blocks that duplicated the identical.msixexamples.msixMakeAppx command first (both formats still shown).msix/.msixbundle.misxtypo, added the missing leading dot onmsixbundle, and ordered the format list MSIX-firstms.dateon all edited filesIntentionally not changed
API/cmdlet names (
Add-AppxPackage), manifest and tool names (AppxManifest.xml,MakeAppx.exe), schema namespaces (schemas.microsoft.com/appx/...), MIME tables (already MSIX-first), and real framework filenames (e.g. VCLibs) are left as-is because those are not format examples.