I am using TeamCity to build via a solution file. I am attempting to get \"PartCover\" to work it. It is easy enough to point it to the partcover.exe, I am just unsure how to get team city to produce
I\'m building Maven projects via TeamCity/Git and trying to insert the TeamCity build numbers in the pom.xml that gets published to my repository upon a successful build. Unfortunately I can\'t determ
Does anyone know if TeamCity 5 support t开发者_高级运维he SSH keys generated by using Msysgit? I am not able to connect TeamCity to github using the keys generated by msysgit.Yes, it does work.
Has anyone used Tea开发者_如何学编程mCity with Rational Team Concert (RTC) ? Is there any other continous integration for RTC?As an IBM who works with Team Concert, I can say RTC has continuous integr
I am trying to integrate NCover 2 into TeamCity 5.0.1, and since I have some files in the project that are out of my control, I\'d like to exclude those from the NCover开发者_如何学C statistics.
I\'d like to know how \"delayed commit\" functionality works on CI servers that are not integrated with the source control repositories. Conceptually, the process works like follows:
I am trying to configure TeamCity 5.0 to run \"Publish\" target on one of my project开发者_运维百科s.
I\'m trying to label a build that is made of multiple checkouts like this: +Root +-trunk +--Folder1 +--Folder2
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m setting up TeamCity as my build server. I have my project set up, it is updating correctly from subversion, and building ok.