jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Add a VsixGallery feed to .vsix installer #124

Closed jcansdale closed 6 years ago

jcansdale commented 6 years ago

This should allow TestDriven.Net to auto-update from the VsixGallery .

Add a feed.pkgdef entry something like this:

[$RootKey$\ExtensionManager\Repositories\{cbf5b356-dab6-489b-8da5-0dd770c3465e}]
@="http://vsixgallery.com/feed/extension/bca1b950-36b0-45ae-a30a-2c12aeec3b2a"
"Priority"=dword:00000064
"Protocol"="Atom Feed"
"DisplayName"="TestDriven.Net"

Related