Forum Discussion
martindelille
Jan 03, 2022Copper Contributor
Upload msix package to the Window Store via command line
I create my msix package thanks to the MakeAppX command line utility. I wondered if there was a way to do the upload with this tool ?
My application is crossplatform and I upload the Macos build to the Apple Store with xcrun altool.
That is not correct, https://github.com/microsoft/StoreBroker that is a Microsoft command line tool to upload msix packages to the store.
3 Replies
- Aditi_Narvekar
Microsoft
martindelille Thank you for your question.There is no way to upload to the store via command line
- davidanthoffBrass Contributor
That is not correct, https://github.com/microsoft/StoreBroker that is a Microsoft command line tool to upload msix packages to the store.
- Aditi_Narvekar
Microsoft
davidanthoff thank you for sharing that. I wasn't aware of that repo.