What problem does it solve?
This Skill streamlines the complex process of packaging .NET desktop applications into the MSIX format, enabling reliable deployment, signing, and submission to distribution channels like the Microsoft Store or direct sideloading.
Core Features & Use Cases
- MSIX Creation: Generates MSIX packages from both single-project (
.csproj) and Windows Application Packaging (WAP) projects.
- Code Signing: Supports self-signed certificates for development and trusted CA certificates for production, including timestamping.
- Distribution: Facilitates submission to the Microsoft Store, App Installer sideloading, and enterprise deployment via Intune or SCCM.
- Auto-Update: Configures automatic updates using App Installer XML for seamless user experience.
- MSIX Bundles: Creates
.msixbundle files for multi-architecture support.
- Use Case: Automate the entire build, sign, and package pipeline for your WinUI 3 application in CI/CD, ensuring it's ready for Microsoft Store submission or enterprise deployment.
Quick Start
Use the dotnet-msix skill to create a release MSIX package for the current project.