In TeamCity 6.0.3, I would like emails to show a list of individual file changes with the user that开发者_StackOverflow中文版 changed them, like Cruise Control does.Out of the box, it only shows a sum
How do I set up TeamCity so that it does not publish build artifacts if the build fails because a unit test failed? I\'m pretty sure it worked this way prior to version 6.0, but since upgrading to 6.0
Background I use TeamCity for my continuous integration server. As part of my development environment, I like to have a build notification application running so that I am immediately aware of when a
I have a build that I know will fail ra开发者_C百科ndomly, around 5% of the time. This is due to an external resource that I have no control over.
I\'m trying to create a build step in Teamcity that has an Artifact Dependency on another build step.开发者_高级运维
I am using TeamCity to run an MSBuild script that cleans and rebuilds one of our solutions.When I deploy the dlls that are built by this process, the web server returns an error about [MyType].XmlSeri
It is bui开发者_开发技巧lding the builds at a time that is five hours ahead of the actual time.I have remoted to the Server box and the time on it is correct.How can I get TeamCity to build in the cor
Can we configure Ndepend trial with teamcity to check ndepend report? I tried using steps http://www.ndepend.com/Doc_CI_TeamCity.aspx. But I could not check the ndepend report in Team开发者_运维知识库
I have some integration tests that get kicked off by TeamCity on a successful build. I have had success using the TeamCity REST API in order to tag the build as passed or failed, but would actually li
I have a build configuration which deploys my code to a machine.Depending on which machine I am deploying to (e.g. dev/uat/prod), I need to run as a different user.