It just runs forever and this is all the log shows: [11:38:08]: Checking for changes [11:38:10]: Clearing temporary directory: C:\\BuildAgent\\temp\\buildTmp
I\'ve recently had a few issues when trying to run SQLLite powered in-memory repository mock (Repository pattern) with Fluent Nhibernate. When I ran the tests against a (TeamCity) build agent on Windo
For two weeks now I get an Error-Message if I try to execute Silverlight Unit Tests via Statlight 开发者_运维技巧from console. I did not do any changes!
Can somebody please tell me how to integrate java JU开发者_运维百科nit with TeamCity?You can use the jUnit task in your Ant script that you have TeamCity run.Current Teamcity version doesn\'t provide
In Husdon/Jenkins, I can setup notifications when the build is broken to email the user(s) that made the checkins that broke the build. How do I do this in Teamcity?
At the moment, we are running our automated (not CI as such) builds via FinalBuilder via a very simple homegrown Apache interface that just launches the FB scripts on our server. (I like FinalBuilder,
I have a C# project property called Version defined as <Version Condition=\"$(Version)==\'\'\">1.2.3.4<Version>
I\'m trying to set up TeamCity (latest version -- 6.0.3) to play nicely with a ClearCase view. I\'ve found several resources online, some on this site, but mostly outdated.
My build is running on Windows Server 2003, TeamCity 6.0.3. The git repository is stored on the same server and is accessed via cygwin\'s sshd and gitd. My vcs configuration in TeamCity is as follows:
i am learning TeamCity, and trying to figure out how to have a Build Step (command line) triggered or run after all prior ste开发者_如何学Cps are completed? currently i have FxCop and Nunit with dotCo