How to upload an app to Windows store using command line
Asked Answered
E

1

7

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.

Evapotranspiration answered 13/2, 2015 at 7:12 Comment(1)
It would be great if the person who down-voted the question could explain why.Evapotranspiration
S
1

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

Sphene answered 13/2, 2015 at 7:31 Comment(3)
Thanks Ola. Seems the functionality I'm looking for is not available yetEvapotranspiration
I don't think this answers the OP's questionWhicker
I'm going to be trying: github.com/microsoft/StoreBroker could be what you're looking for.Thralldom

© 2022 - 2024 — McMap. All rights reserved.