19 May
2009

Implementing TeamCity for .NET Projects, Part 2: Triggering Builds

For more information on this series, please see the introductory post. Why Continuous Integration? The benefit of continuous integration, according to Martin Fowler, is reduced risk.  Reduced risk is accomplished through a quick feedback cycle.  The longer you defer integration, the more difficult integration becomes.  If you integrate automated testing into your integration cycle, you […]

Read More
4 May
2009

Implementing TeamCity for .NET projects, Part 1: Just Build It! (A Simple Build Configuration)

For more information on this series, please see the introductory post. When working on an development team, one of the more challenging tasks can be building your integrated source code for deployment.    Building a production version of the application may be a long and difficult process, especially if production builds are infrequent.  Even a well-documented […]

Read More
4 May
2009

Implementing TeamCity for .NET Projects: Evolving Your Build Automation Solution

Disclaimer: I no longer use this method to deploy. Check out the Mimicking App Harbor post to see how I use MSDeploy instead. As the title suggests, I will be focusing on using TeamCity with .NET projects.? However, make no mistake: TeamCity is well-positioned and well-tuned for use with many development environments, and many of […]

Read More