microsoft / VSExtensibility

A repo for upcoming changes to extensibility in Visual Studio, the new extensibility model, and language server protocol.
MIT License
351 stars 42 forks source link

VsixPublisher - Publish same version fails #383

Closed MichielOda closed 1 week ago

MichielOda commented 1 month ago

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

tinaschrepfer commented 1 week ago

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.