microsoft / microsoft/msstore-cli
How to create draft submission without publishing
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 163
- Forks
- 22
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
I can successfully submit a new version of my msix via msstore publish abc.msix -v -id abc, however this results in the submission being submitted directly. I want to change the changelog first, so i added -nc to keep it a draft, but this results in the .msix not being uploaded. I saw a similar issue here https://github.com/microsoft/msstore-cli/issues/50#issuecomment-2195277801, but there isn't an answer on what i should do to achieve this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the msstore publish command and compare the behavior of -v -id abc with -nc; review the guidance in issue #50 linked from this report. Done means an .msix is uploaded while the submission remains a draft so its changelog can be edited before publishing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100