Continuous Integration (Part 2–Jenkins CI)

by Derek Pinkerton 5. June 2011 15:39
In this second part of a two part post I will cover setting up a continuous integration system using Jenkins CI, an open source continuous integration server, I will be referring back to the MSBuild project file created in part 1 of this post. Installation The first thing you’ll need to do i... [More]

Tags:

c# | Continuous Integration | Qualtrax

Continuous Integration (Part 1 - MSBuild)

by Derek Pinkerton 1. June 2011 21:22
  In this two part post I will be discussing setting up a Continuous Integration and nightly build system for an ASP.Net web application using MSBuild build scripts and Jenkins CI Server. I will be using Subversion (SVN) for source control. I recently setup a continuous integration server ... [More]

Tags: , , , , ,

c# | Continuous Integration | MSBuild | Qualtrax