Hi,
I have a question about private extension galleries. I have a development tool that is for use by our company only. Up until now, the tool was delivered as a VS add-in. The installation program was hosted on a network share and the update mechanism was simply checking a version file on the share with the current add-in version. However, since add-ins are being phased out, I have converted the tool to a VSIX extension. It works fine, but the delivery / update is where I am getting stuck. I cannot upload it to the main VS Extension Gallery since it is a tool internal to our company. The documentation for how to set up a private extension gallery is a little sparse to say the least. Am I correct in understanding that the gallery must be running on a web server? The documentation made it sound like it should work on a local file or share as well, but it didn't really say how...
Thanks