Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upload package to specific Package flight #22

Closed
JanRajnoha opened this issue Oct 17, 2023 · 4 comments · Fixed by #53
Closed

How to upload package to specific Package flight #22

JanRajnoha opened this issue Oct 17, 2023 · 4 comments · Fixed by #53

Comments

@JanRajnoha
Copy link

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
Copy link
Contributor

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
Copy link

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
Copy link
Author

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants