Skip to content

Scrub sample and command-line examples to use MSIX as the primary format - #480

Open
RDMacLachlan wants to merge 1 commit into
MicrosoftDocs:mainfrom
RDMacLachlan:users/romaclac/docbug-25694806
Open

Scrub sample and command-line examples to use MSIX as the primary format#480
RDMacLachlan wants to merge 1 commit into
MicrosoftDocs:mainfrom
RDMacLachlan:users/romaclac/docbug-25694806

Conversation

@RDMacLachlan

Copy link
Copy Markdown
Collaborator

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/.msixbundle instead of .appx/.appxbundle:

  • package-folding.md — sample package names (MyGame_*.appx.msix)
  • sign-app-package-using-signtool.md — removed three redundant .appx SignTool blocks that duplicated the identical .msix examples
  • asset-packages.md — list the .msix MakeAppx command first (both formats still shown)
  • 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 — fixed a .misx typo, added the missing leading dot on msixbundle, and ordered the format list MSIX-first
  • Bumped ms.date on all edited files

Intentionally 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.

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>
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit fde9dc5:

✅ Validation status: passed

File Status Preview URL Details
msix-src/app-installer/troubleshoot-appinstaller-issues.md ✅Succeeded
msix-src/desktop/azure-dev-ops.md ✅Succeeded
msix-src/desktop/desktop-to-uwp-known-issues.md ✅Succeeded
msix-src/package/asset-packages.md ✅Succeeded
msix-src/package/package-folding.md ✅Succeeded
msix-src/package/packaging-layout.md ✅Succeeded
msix-src/package/sign-app-package-using-signtool.md ✅Succeeded
msix-src/package/unsigned-package.md ✅Succeeded

For more details, please refer to the build report.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants