-
Notifications
You must be signed in to change notification settings - Fork 380
Description
Bundle creation always ends with a test folder content (including a MSIX-file) but no APPXUPLOAD-file. The MSIX-file is for testing only and runs only in administrator mode if submitted.
I was searching months before for a solution to upload a store app project bundle. At last I was forced to create a bundle via an unpackaged WinUI3 project, which brings some downsides with it.
Now I finshed another app project and nothing has changed. The needed store submission package creation is not happening.
You can easily reproduce by:
1 Create an empty packaged WinUI3 project.
2 Associate it to the store.
3 Start the bundle creation by VS2022.
4 Check the output folder.
Today I have read, that package generation for a packaged project is unsupported pre-1.8.x:
#3110 (comment)
Simple question: Is APPXUPLOAD-bundle creation of a packaged WinUI3 app w/o extra package project even supported by the latest stable 1.7.250606001 ?!