Before in Visual Studio 2019, when I associate my app with the Microsoft Store, it would automatically generate an App_StoreKey.pfx file for my application, however now it just generates a Package.StoreAssociation.xml file. I need the App_Store.pfx file for use in my Azure Devops pipeline, but I do not know how to get it.
My question is what are the steps to get the App_StoreKey.pfx
file which would be from a trusted CA (Windows Store)? I know it is possible because I have done it before but I cannot seem to figure it out anymore.