I\'ve wanted to install a CI server for a big project for quite some time, but didn\'t have the time needed, nor the people above me cared too much about it, they just said \"that\'s interesting, and
I have following pom.xml <project> <properties> <buildNumber>dev</buildNumber> </properties>
I get开发者_StackOverflow this error when running my Moq tests through Teamcity 5 Test(s) failed. System.IO.FileNotFoundException :
We\'re using TeamCity\'s command开发者_高级运维 line build runner to call a bat-file. The bat-file builds our solution by calling the Visual Studio 2008\'s \"devenv.exe\" and then it executes the unit
I have a TeamCity (5.1.2) server with currently one agent. During the day, it is idle, unless somebody manually triggers a build.
We are using TeamCity v4 and NAnt for continuous integration builds on a server in our work area. We would like t开发者_如何学编程o have the build server play an mp3 or wav file when the build fails.
In our development environment, we run a Continuous Integration service (TeamCity) which responds to code checkins by running build/test jobs and reporting the results.While the 开发者_C百科job is in
I\'m using the lastest version of Wix 3.5 and I\'m trying to generate a fragment file using heat.exe. The command line is :
For continuous integration I am using Maven 2 and TeamCity 5.1.2. My builder number is defined by the pattern %maven.project.version%.{0}, and this is exported to Maven build script as ${build.number}
We are migrating to .NET 4 and very interested in implementing new Design By Contract capabilities. As we know Code Contract engine requires installation of Code Contract addin