After sticking with NAnt for quite some time, I decided to check-out MSBuild. So I downloaded the latest CTP and tried my first build-script.
Well, so far MSBuild looks quite similar to NAnt. You got your targets and properties, dependecies and stuff. Just MSBuild comes kinda plain, you don’t get that much tasks as you get with NAnt, but adding community tasks to MSBuild does some tricks.
OK, so I will try to rebuild my existing NAnt scripts to work with MSBuild … lets see how this works!