Search code examples
powershellcommand-linevisual-studio-2013windows-store-appswindows-store

How to upload an app to Windows store using command line


I have created a windows store app and associate it with the store using the Visual Studio IDE. In the Visual Studio IDE there are menu options to create App packages and upload App Packages.

Menu Option

My question is, is it possible to upload app packages using the command line so that I can create a script in the CI to upload app packages to the store? If it is possible, how?

There were lot of tutorials on how to build app packages and deploying to local machine using command line but not on uploading app packages to the store using command line.


Solution

  • This article shows you what CmdLets are available: https://learn.microsoft.com/en-us/windows/win32/appxpkg/appx-packaging-tools