I\'m building an MSBuild file and using it with the MSBuild Build Runner within TeamCity (5.0.2 (build 10784)), but I don\'t think it\'s running the right version of MSBuild because I keep getting the
I think I\'m missing a valuable piece of understanding with TeamCity 5.0. Why is there a separate build runner for FxCop? I prefer that my build server run everything, at once (compile, run unit tests
I have set up a build with Teamcity. See my build file below. When the build is succesful and the tests pass, the build process just runs again and again indefinitely in a loop.
We are a mostly MS shop at work doing .NET LOB development. We also use MS Dynamics for our CRM app... all the devs are currently using VS/SQL Server 2008. We also use VSS, but everyone hates it at wo
I have a separate build configuration used to deploy built files. This configuration usescommand line build runner. I have a bat file that copies output files to another computer share. The output fil
We\'re trying to define a TeamCity project for a release tag. When we\'re ready to release, we tag trunk with a tag that includes the version number. We want the build process to checkout based on thi
I have 3 sibling projects that have a common parent that I\'m managing with Maven. The projects share same parent which is one level up. The parent POM has no knowl开发者_StackOverflow中文版edge of an
How to get MSTest to work with Gallio/MBUnit? I am trying to get TeamCity to work with Gallio/MBUnit and also some legacy MSTest unit tests.The MSTest secti开发者_如何学运维on fails with a \"Exceptio
I\'m completely new to TeamCity and I\'m using a simple Visual Studio 2008 solution to learn it. My solution has 2 projects: ConsoleA开发者_开发百科pplication1 and ClassLibrary1.
I have a teamcity (4.something) install that creates .wsp file for deployment to sharepoint. Currently I have to copy the wsp out of the build artifacts directory and into a little deploy folder I hav