-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Description
Describe the bug
If I create a new "WinUI blank App (Packaged)" and generate an msixbundle via "Create App Packages..." (by setting "Generate app bundle" to "Always") the "Dependencies"-folder containing "Microsoft.WindowsAppRuntime.1.8.msix" for the target platforms is missing. When using a packaging project or setting "Generate app bundle" to "Never" the "Dependencies"-folder in the output location exists as expected
Steps to reproduce the bug
- Create new WinUI-App using the template "WinUI blank App (Packaged)"
- Select "Create App Packages..." in the context menu of the project
- On the page "Select and configure packages" select "Always" for "Generate app bundle"
- Click on create
Expected behavior
There should be a "Dependencies" folder in the output location containing Microsoft.WindowsAppRuntime.1.8.msix" for all target platforms
Screenshots
No response
NuGet package version
Windows App SDK 1.8.4: 1.8.260101001
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 24H2 (26100, June 2025 Update)
IDE
Visual Studio 2022
Additional context
No response