Matthieu
Matthieu

Reputation: 2761

.net VS2008 compilation analyzer tool?

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 !

Upvotes: 0

Views: 63

Answers (2)

Matthieu
Matthieu

Reputation: 2761

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

Upvotes: 0

Fadrian Sudaman
Fadrian Sudaman

Reputation: 6465

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

Upvotes: 1

Related Questions