bopapa_1979
bopapa_1979

Reputation: 9237

TeamCity Visual Studio Plugin

We use TeamCity at work. It would be nice to be able to keep an eye on checkin, build, and test run status without having to have a browser window open.

I have seen references to a TeamCity Visual Studio plugin here and here. The second page is their Professional vs. Enterprise Edition feature comparison page. Both version list "Plugins for MS Visual Studio, Eclipse, and JetBrains IDEs family."

Does anyone know how to download and install this add-in? It does not appear to be in the general TeamCity installation.

Upvotes: 15

Views: 5992

Answers (2)

Dave
Dave

Reputation: 1

This is what worked for me:

wget https://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.LightInstaller.exe

Upvotes: 0

manojlds
manojlds

Reputation: 301037

On your TeamCity web UI, goto My Settings and Tools

On the TeamCity tools right sidebar, you will see a link to download the Visual Studio Addin.

Direct link: http://your.teamcity.server/update/vsAddinInstallerv4.msi

Upvotes: 25

Related Questions