I\'m new to using continuous integration and have decided to go with TeamCity.One issue I have is that my code is not compiling due to a missing dependency.
I am trying to do \"continuous integration\" with TeamCity. I would like to label my builds in a incremental way and the GUID 开发者_C百科provided by the VCS is not as usefull as a simple increasing n
开发者_运维技巧i\'m using teamcity 5.1.5.. trying to build an MSBuild project with an AfterDeploy target which calls a java function..
I am running some test cases using teamcity. It is saving the data on a textfile successfully but when I try to read that data from same location it is giving the following error
I\'ve a git repository administered by gitosis on my server. On the same server I have teamcity for my CI.
Is there a simple way to have TeamCity include a text or html change-log as one of its output artifacts?
I want to set up a CI server for a personal project I\'m doing with some colleagues as a learning exercise.
I have installed TeamCity on a server machine, but I woul开发者_如何学God like to administer it from other machines. How should I proceed ?
RecentlyI need to print some special message in C# code to Teamcity build log when executing, Does anyone know how to do that?
I have a Maven project, and I\'m trying to configure TeamC开发者_开发技巧ity to run IntelliJ\'s inspections on it. TeamCity\'s documentation refers me to IntelliJ\'s documentation, but I didn\'t find