How to publish a .msix app using the CLI? #17
Unanswered
Jakub Meysner (jakubmeysner)
asked this question in
Q&A
Replies: 2 comments 3 replies
|
It depends on the type of project you are trying to publish. |
1 reply
|
Is it still not supported to publish msix with cli? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How do you actually publish an .msix app to the MS Store using the CLI? Commands related to updating a submission or publishing a draft submission seem to be documented pretty well, commands related to actually creating a submission or adding packages to it - not so much. Running
msstore initormsstore publishjust returns aWe could not find a project configurator for the projecterror. How do you set up a project configurator for the project?msstore reconfiguredoes not seem to allow you to do that.All reactions