Monday, January 12, 2009

Configuring teamcity to build an msbuild solution

The next step for my team city build server was to get it building my project whenever changes have been checked in.

  1. Select your project.
  2. Select your build configuration (which I made here).
  3. Hit the "Edit Configuration Settings" button.
  4. Select build triggering.
  5. Check "Enable triggering when files are checked into VCS.

I then configured my Build Runner to build the correct solution file with MSBuild. My project structure is:

WhereAreYou\Solution

And my solution file is WhereAreYou.sln, so I configured to runner as shown below:

zrclip-002nc23bfc8.png

Pretty straightforward, and low and behold my build passed:

zrclip-003p5f6ad499.png

Next is to get my Continuous Build running Unit Tests...

No comments:

Post a Comment