Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can a pre-release be manually uploaded to Marketplace? #138286

Closed
gjsjohnmurray opened this issue Dec 1, 2021 · 3 comments
Closed

Can a pre-release be manually uploaded to Marketplace? #138286

gjsjohnmurray opened this issue Dec 1, 2021 · 3 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@gjsjohnmurray
Copy link
Contributor

Testing #138068

https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publish-an-extension describes how a manual upload of a VSIX created by vsce package is an alternative to uploading it through the vsce publish command.

As I understand #138068, the flag specified on vsce publish is what makes the VSIX a pre-release:

vsce publish --pre-release

Can I use the manual upload route to get a pre-release VSIX into Marketplace? If so, how?

Perhaps related to #138271 from @weinand

@sandy081
Copy link
Member

sandy081 commented Dec 1, 2021

Yes, you can create a pre-release package using vsce by passing --pre-release flag

vsce package --pre-release

and upload the generated vsix to Marketplace. Pre-release properties are part of the extension vsix manifest which gets uploaded to Marketplace. Hence VS Code will identify that as a pre-release version.

CC @isidorn

@sandy081 sandy081 added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Dec 1, 2021
@sandy081 sandy081 closed this as completed Dec 1, 2021
@gjsjohnmurray
Copy link
Contributor Author

@isidorn
Copy link
Contributor

isidorn commented Dec 2, 2021

Good point. I have updated the docs.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants