microsoft / msstore-cli

Microsoft Store CLI
MIT License
72 stars 7 forks source link

How to upload package to specific Package flight #22

Closed JanRajnoha closed 1 week ago

JanRajnoha commented 8 months ago

Is possible upload package into specific Package flight with CLI? And if so, how? Currently I distribute Dev version of my app via this Package flight and would be really interesting to have option to do releases by this way.

azchohfi commented 4 months ago

We currently don't support flights, but it is something we want to support. I just pushed a small support for listing flights and some other smaller commands related to flighting. Could you detail your scenario a little bit more? Which command do you expect that should support flighting? The publish command? And for what type of app is this for?

MatthewSteeples commented 4 months ago

From our perspective the main thing we'd like is to be able to publish packages (and monitor the publish process) of a particular flight.

We have an Insiders flight that is used internally and with some external customers that our CI pipeline deploys to. It's a win32 app packaged as a store app by Visual Studio, so we have an msix / msixbundle that we'd want to upload.

JanRajnoha commented 4 months ago

Yeah, same scenario. I have in flight some insiders who are testing my app, but currently I have to manually download artifact, upload it to center and confirm. It is not so time consuming I could not do it every day :) but it is last piece to fully automate CI.

And app is WinAppSDK app and publish command seems legit for this task with some optional parameter specifying it is package flight.

azchohfi commented 1 week ago

We still don't support rollout, but we should support it soon.