A previous submission for this app was released with a Windows 10/11 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10/11 .msixbundle or .appxbundle.
I have migrated an app from UWP to WinUI 3 and VS no longer generates the .appxupload file. It generates a .msix file. If I upload myapp_x64.msix, I get the following error:
A previous submission for this app was released with a Windows 10/11 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10/11 .msixbundle or .appxbundle.
So, I followed the official instructions to create the app package upload file manually: zip myapp_x64.msix and renamed the zip file to myapp_x64_bundle.appxupload, then uploaded it to the Partner Center. This time, the Partner Center did not reject it immediately and started validating it. It rejected about half a minute later with the following error:
A previous submission for this app was released with a Windows 10/11 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10/11 .msixbundle or .appxbundle.
Could anyone offer a tip on how to fix this?
BTW, I validated the package and it passed before I uploaded the package.