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

How to publish extensions built with VSExtensibility #233

Closed
GabrieleMessina opened this issue May 29, 2023 · 2 comments
Closed

How to publish extensions built with VSExtensibility #233

GabrieleMessina opened this issue May 29, 2023 · 2 comments
Assignees
Labels
outofprocSDK Issues about new out-of-process SDK question Further information is requested

Comments

@GabrieleMessina
Copy link

Hi,
i've been able to create a .VSIX file building in Release a project created with the template with VSSDK compatibility, but I've not found a way to make the .VSIX file for a project created with the Extensibility template without VSSDK compatibility.

Also, I've found nothing in the VSExtensibility documentation about publishing the extension, can I have help understanding what to do?

@BertanAygun BertanAygun self-assigned this May 30, 2023
@BertanAygun BertanAygun added outofprocSDK Issues about new out-of-process SDK question Further information is requested labels May 30, 2023
@BertanAygun
Copy link
Member

Hi,

Because the VisualStudio.Extensibility is in an early preview right now intended for developers to test on their own machines, it doesn't include the build tasks for VSIX packaging. Visual Studio extensions gallery also has a check to disallow uploading of extensions using preview versions of VisualStudio.Extensibility SDK as extensions may not be compatible with future versions of Visual Studio.

We are working towards a stable release that will include build tasks for packaging extensions and also an upload process to gallery. At that point, we will strive to ensure that future versions of Visual Studio can be backwards compatible with previous stable versions of the SDK.

Thanks,
Bertan Aygun

@GabrieleMessina
Copy link
Author

I see, thank you for the answer, i'll wait for the stable release then!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
outofprocSDK Issues about new out-of-process SDK question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants