I want to publish my app on Microsoft store. Found that we should generate ".appxupload" package for achieving it. I have followed this official link to generate .appxupload file. But it always generating appxbundle. What is the reason for it? How can I create an appxupload file then?
- I have selected Yes in the first dialog asking if you want to build packages to upload to Dev Center.
- Selected the app name for package (or reserved a new one with the Windows Dev Center portal).
- selected all three architecture configurations (x86, x64, and ARM) in the Select and Configure Packages dialog.
But finally I got an appxbundle file.
AppPackages
folder which will have your appxupload file. Note : Do not go into individual folders inside theAppPackages
folder. – Pratyay