Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 925
bopapa_1979 Avatar asked Sep 29 '11 00:09

bopapa_1979


People also ask

How do I use TeamCity with Visual Studio?

Installation and StartIn your TeamCity web interface, choose My Settings and Tools under your username in the top right corner. Then, in the TeamCity Tools section on the right, click the Visual Studio Add-in download link. Download any of compatible JetBrains . NET products, e.g. ReSharper or dotCover.

How do I install TeamCity?

Install and run on WindowsRun the downloaded .exe file and follow the instructions of the TeamCity Setup wizard. The TeamCity web server and one build agent will be installed on the same machine. During the installation, you can: set the TeamCity Home Directory where TeamCity will be installed.

What is TeamCity tool used for?

TeamCity is a general-purpose CI/CD software platform that allows for flexible workflows, collaboration and development practices. Our solution will allow for successful continuous integration, continuous delivery, and continuous deployment within your DevOps process.


1 Answers

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

like image 115
manojlds Avatar answered Sep 19 '22 13:09

manojlds