Add guidance for starting an MSIX app with an app execution alias - #504
Draft
Roy (RDMacLachlan) wants to merge 2 commits into
Draft
Add guidance for starting an MSIX app with an app execution alias#504Roy (RDMacLachlan) wants to merge 2 commits into
Roy (RDMacLachlan) wants to merge 2 commits into
Conversation
Adds a focused MSIX article with step-by-step app execution alias guidance, schema references, invocation examples, and practical notes. References ADO bug 24782366. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4b5b11f6-6bf8-4401-90b8-68f710728c8e
Contributor
|
Learn Build status updates of commit 74c869e: ✅ Validation status: passed
For more details, please refer to the build report. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new MSIX documentation article describing how to declare and use an app execution alias for packaged apps, and wires it into the existing navigation while updating related PSF guidance to reference the new content.
Changes:
- Adds a new “app execution alias” how-to article with manifest examples, invocation examples, and reference links.
- Updates the MSIX TOC to include the new article under “Extend your app”.
- Updates the PSF “create shortcut” guidance to point readers to the new alias article.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| msix-src/toc.yml | Adds the new alias article into the “Extend your app” navigation section. |
| msix-src/psf/create-shortcut-with-script-package-support-framework.md | Replaces inline alias guidance with a link to the new focused alias article. |
| msix-src/desktop/app-execution-alias.md | Introduces a new step-by-step article covering declaring and invoking app execution aliases (desktop + UWP variant). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Use canonical schema references, add the uap5 namespace URI, and remove duplicate support text. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Learn Build status updates of commit 47ac86a: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
Adds a focused MSIX article with step-by-step app execution alias guidance, schema references, invocation examples, and practical notes. References ADO bug 24782366.