I have a UWP application that is deployed manually to the Microsoft Store (using the Partner Center). Each time I have a new version of the app to deploy I have to go to the Partner Center, provide information, upload the new file and start the process of creating a new Submission for the app.
I'm wondering if there is a way to automate this process. I mean for example upload the file via ftp and fills up the relevant information via API. These would be fantastic and it would allow me to setup a Continuous Deployment process.
Is there any chance to overcome the manual process?
Thanks \sergio