We have a TeamCity server sitting behind a cooperate proxy. We use several of the Castle open source libraries. I want to set up CI builds for the Castle stack internally, so that I can create depende
Anyone know how I can create or delete a build configuration in TeamCity, only using Powershell?I am trying to automate our entire project setup process; have looked at the REST API but that appears t
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
We have a decent set of unit tests on our code and those unit tests run in under 2 minutes. We also use TeamCity to do a build and to run tests after each check in.However, we still get issues where a
I am trying to use the FxCop build runner in Te开发者_Go百科amCity (5.1.2) and while I get the analysis output, the errors all show \'0\' for the code line link and I can\'t open anything in the IDE u
Is there a way to see an XML-represented snapshot of all the projects on our TeamCity build server?Otherwise, is th开发者_运维技巧ere another way to get this data suitable for consumption by a .NET ap
I have a Continuous Integration / Continuous Deployment scenario where I want my build script to push a ruby开发者_如何学运维 gem directly from a public Build Server (teamcity.codebetter.com) to RubyG
I\'m setting up TeamCity to build some solutions whose projects have an OutputPath directive that redirects the build to ../../bin/Release or ../../bin/Debug. The solutions obviously build fine in Vis
I have a VS2008 solution with multiple projects in it. I need to publish five of these projects and two of those five needs to be published twice, with two different configuration settings (a simple c
I need to collect into a single folder all test assemblies, with开发者_JAVA百科 their dependencies, and configuration files. The process should preserve the directory structure from the output of each