MSBuild

There are 1 entries for the tag MSBuild

A Proper Build Server

Recently I have installed CruiseControl.NET – a continuous integration server. It was a good move. My previous encounter with continuous integration involved just a set batch scripts. Although I could do just fine with batch scripts, I feel much better now when I have a proper build server setup. My build server consists of the following components: CruiseControl.NET – continuous integration server. Subversion – version control system. MSBuild – my build tool of choice. NUnit – unit testing framework. CruiseControl.NET CruiseControl.NET is and continuous integration server and it’s an integral...