Skip to content

Fix WindowsPackageType value for packaged publish#3345

Open
jfversluis wants to merge 3 commits into
mainfrom
jfversluis/windows-package-type
Open

Fix WindowsPackageType value for packaged publish#3345
jfversluis wants to merge 3 commits into
mainfrom
jfversluis/windows-package-type

Conversation

@jfversluis

@jfversluis jfversluis commented May 18, 2026

Copy link
Copy Markdown
Member

Summary

  • Replace invalid WindowsPackageType value Package with MSIX in the Windows packaged publish CLI sample
  • Clarify the supported WindowsPackageType values and link to Windows packaging docs
  • Update ms.date

Fixes #3343


Internal previews

📄 File 🔗 Preview link
docs/windows/deployment/publish-cli.md docs/windows/deployment/publish-cli

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jfversluis jfversluis requested a review from a team as a code owner May 18, 2026 12:09
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit b052571:

✅ Validation status: passed

File Status Preview URL Details
docs/windows/deployment/publish-cli.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 55ab18b:

✅ Validation status: passed

File Status Preview URL Details
docs/windows/deployment/publish-cli.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

Copilot AI review requested due to automatic review settings June 12, 2026 12:57
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

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

Updates the Windows packaged publish CLI documentation to use a valid WindowsPackageType value and clarifies the supported options, aligning the sample with actual dotnet publish behavior.

Changes:

  • Fixes the .csproj sample to use <WindowsPackageType>MSIX</WindowsPackageType> instead of the invalid Package value.
  • Adds a short explanation of supported WindowsPackageType values (MSIX, None, Sparse) with links to relevant Windows packaging documentation.
  • Updates ms.date.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 12ada34:

✅ Validation status: passed

File Status Preview URL Details
docs/windows/deployment/publish-cli.md ✅Succeeded View (>=net-maui-8.0)

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.

Package is not a valid WindowsPackageType

2 participants