Tag Archives: cc.net

Cruise Control.NET and VS 2008 web projects

I ran into a few problems getting CC.NET to build a project after migrating it to Visual Studio 2008.  These were primarily MSBuild related, so if you’re using NAnt or something I can’t help you.
The first thing I did was change the MSBuild executable location in the project configuration block of ccnet.config.  I was hoping [...]