microsoft / VSExtensibility

A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VsixPublisher - Publish same version fails

MichielOda opened this issue · comments

In our GitHub workflow we are using 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VSSDK\VisualStudioIntegration\Tools\Bin\VsixPublisher.exe' to publish our extension.

According to the documentation , publishing the same version should be possible:
image

Unfortunately in practice this isn't the actual behavior:
image

Thank you for your feedback. Please use report a problem in developer community to report product issues: https://developercommunity.visualstudio.com/. This GitHub repo is reserved for questions on Visual Studio extensibility APIs.