How to publish a .msix app using the CLI? #17
Unanswered
jakubmeysner
asked this question in
Q&A
Replies: 2 comments 3 replies
-
It depends on the type of project you are trying to publish. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is it still not supported to publish msix with cli? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 init
ormsstore publish
just returns aWe could not find a project configurator for the project
error. How do you set up a project configurator for the project?msstore reconfigure
does not seem to allow you to do that.Beta Was this translation helpful? Give feedback.
All reactions