Hi Edmund,
1) I am not sure of an easy way to do the first (fellow newbie here;)). But I set up
CruiseControl.NET to kick off my Nant scripts and I find that CC.net keeps track of
build numbers for me. Lots of good stuff in CC.net - works great for me. Check out
"http://www.continuousintegratio
Hi Edmund
I think I had a similar problem as yours. I wanted to build my project using
Nant and .sln (Visual Studio.NET 2003) solution file. This required that I
change some contents of the .sln file as a part of the build process
(similar to assigning a new build version problem you have). Howev