I am developing a WinUI3 app with Windows App SDK. However, I am unable to find the option to associate its name with the store and publish it to the store in the right-click menu of the project. Am I missing anything in my VS? (in UWP, there was a submenu named 'Project' which had all these menus).
This is the Project type I chose.
Please, check "Package and Publish"
I get this menu in Visual Studio 2022 (version 17.0.4). Package for WinUI 3 does not create bundle even though you select it. It will create .msix file, you can upload .msix file to store. If you want to create bundle, you need to create manually using MakeAppx.exe.