views:

29

answers:

2

Hi,

I'm looking for a tool that allows me to analyze the compilation of a VS Solution (about 30 VS projects inside). I would like to know after the global solution compilation, which projets fail and forward errors to developers. Of course, I could analyze the compilation report... but I'm pretty sure that great tools are available !
Which one is for you the best tool ?

Thanks a lot !

+1  A: 

Try CC.NET or Nant. You can configure CC.NET to publish reports from the build and also monitor that from your system tray. Continuous build should be done automatically and I dont think you should monitor the report manually

Fadrian Sudaman
A: 

I've chosen r2build. a very nice and self-documented build workflow software.

Matthieu