microsoft / dotnet-podcasts

.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
https://dot.net
MIT License
2.75k stars 745 forks source link

Publish to Microsoft Store and GitHub releases #193

Closed Poopooracoocoo closed 1 year ago

Poopooracoocoo commented 1 year ago

Invites devs to see what the whole thing is like, and whether they can set up releases through and in GitHub as Microsoft envisioned it - MSIX and all.

Poopooracoocoo commented 1 year ago

Does https://github.com/microsoft/store-submission support MSIX? @azchohfi

azchohfi commented 1 year ago

No, it does not. For MSIX there are other solutions. If your build is on Azure DevOps, you can use https://marketplace.visualstudio.com/items?itemName=MS-RDX-MRO.windows-store-publish If your build is on GitHub Actions, you can use https://github.com/marketplace/actions/windows-store-publish

There is also Store Broker, which supports everything related to MSIX publishing to the store, but its setup is harder than the above 2 other options.

jamesmontemagno commented 1 year ago

No plans on submitting it into the stores right now, however we do document sample backends that you can use to try out everything by just running the source code.