hydraulic-software / conveyor

Gradle plugin, user guide and discussion forums for Conveyor
https://conveyor.hydraulic.dev
Apache License 2.0
123 stars 9 forks source link

Microsoft App Store support #10

Closed mikehearn closed 1 year ago

mikehearn commented 2 years ago

Support for creating MSIX packages that are accepted by the app store.

NB: Please only vote for one new package format at a time, so we can get an idea of which ones matter most.

mikehearn commented 1 year ago

Today's release adds support for releasing to the Microsoft Store:

https://hydraulic.dev/blog/15-may-2023-updates.html

The first submission has to be created manually, this is a MS imposed limitation. There are instructions on what to do here:

https://conveyor.hydraulic.dev/9.0/configs/windows/#release-to-the-microsoft-store

You'll then need to set up the right access keys to give Conveyor access. After that you can release using conveyor make ms-store-release. The store has some useful features like gradual rollouts, beta releases, private (org specific) stores, crash collection, integrated billing and so on.

Give it a try and let us know how it works for you!