teamcity-5.0

Can anyone suggest reasons as to why the default Build Agent would be unavailable in TeamCity?

I'm in the process of setting up a proper CI environment and am currently evaluation TeamCity. (So my TeamCity experience is non-existent.). I've performed a default install of TeamCity 5.0.1 Professional in a clean Windows XP (for now) VM. I've created my project and pointed it to my source repository and queued up a build. However, ...

Is it possible to change TeamCity's artifacts path

The default path for teamcity artifacts is C:\#User#\.BuildServer\system\artifacts How can i change it to d:\TeamCity\Artifacts Thanks ...

TeamCity Using Wrong MSBuild Executable?

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 following error: error MSB5014: File format version is not recognized. MSBuild can only read solution files between versions 7.0 and 9.0...

TeamCity: Running FxCop After Build

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, FxCop, etc). The problem is, I don't see how to add more than a single Build Runner for a specific project, so it seems I have to add a se...

How can I change the user identity that runs a build agent in TeamCity?

I am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error when trying to copy some files. I see that my build agent is running as "SYSTEM" now, and I think that's part of the problem. I'd like to change that user identity. The trouble is that I can't figure out how to change those settings o...

TeamCity with TFS - workspace problems

Hi, We have been using CC.NET as our CI server for a month or so now, which has worked ok with TFS. In the config we were able to specify the TFS server, username, password, project and workspace which is all good. Now we are moving over to TeamCity mainly because it just seams more solid and is much nicer to use. The problem is gettin...

TeamCity for continuous integration with Visual Studio 2010 solutions/projects

I am running TeamCity build 5.1.1 on a virtual machine that also hosts our SVN environment. A team I support has recently made the move from Visual Studio 2008/Silverlight 3.0 to Visual Studio 2010/Silverlight 4.0 and when investigating how to do continuous integration with Visual Studio 2010 solutions/projects, it is not as cut and drie...

TeamCity Xcode Build Runner Configuration (Command Line)

I'm trying to setup a continuous build server with TeamCity and configure it so it can run "xcodebuild -configuration release -sdk iphoneos3.0 clean build". i installed the plugin for teamcity-xcode integration and for the 'Build Runner' settings, i set it up as Build Runner: Command Line Command Executable: xcodebuild -configuration...

TeamCity Multi-Part Build - How to checkout the code just once

I am trying to create 1 package with multiple build configurations. The first will checkout the code, build it (Solution File configuration), and run nunit tests. If that succeeds, another will then build in release mode. If that succeeds, a final script witll package up the output, and mark it as an artifact. The problem I'm having...

How can the number of modifications be changed in the TeamCity success email?

I would like to list an arbitrary number of changes rather than the default 10 that are listed now. We have a dev build on checkin where this isn't necessary, but the once daily build that goes out I would like to have all the changes listed for the day. If that is unpossible (range?) than the last n would be fine. I've looked in the .f...

TeamCity - SVN and Labelling

Hi I'm about to start using the labeling feature of TC (Great product :)) and have a question: I have 1 root VCS: svn:\someserver\MyRepo With label rule: trunk=>tags And in all my projects I use checkout rules to only checkout the needed projects like so: Prj1 - Conf1: +:MyPrj1/trunk => / Prj2 - Conf1: +:MyPrj2/trunk => /...

Anyone know where i can get MSBuild Community Tasks for dotnet 2.0? or....

Can someone offer me some advice on TeamCity+CI+Deployment So far my "it feels rubbish" solution is; TeamCity + three build configs; 1) solution runner (outputs all installer pre-reqs) 2) command line runner +"Version Controlled Build" updates version numbers (only on 1 success) 3) command line runner \devenv.exe to builder insta...

Exit msbuild on target failure in Teamcity

How do I get Teamcity to stop when an MSbuild target fails rather than continuing to run all targets? ...

Teamcity 5 Automatic Versioning on Build / Run

We have the following numbering for our development (major version).(uat release number).(qa release number).(build number) We have three Build configurations per branch Build after commit (build number++) Build and push to QA (qa ++) Build and push to UAT (uat ++) The major version is set only when branching and is manual. What I...