15

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.

bopapa_1979
  • 8,949
  • 10
  • 51
  • 76

2 Answers2

25

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

manojlds
  • 290,304
  • 63
  • 469
  • 417
0

This is what worked for me:

wget https://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.LightInstaller.exe
blackgreen
  • 34,072
  • 23
  • 111
  • 129
Dave
  • 1
  • This does not provide an answer to the question. You can [search for similar questions](/search), or refer to the related and linked questions on the right-hand side of the page to find an answer. If you have a related but different question, [ask a new question](/questions/ask), and include a link to this one to help provide context. See: [Ask questions, get answers, no distractions](/tour) –  May 25 '22 at 21:36