Distributed C# building / compilation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there.

Does anyone know of any Visual Studio Add-Ins, (or any other method for that
matter) to build C# projects distributed across multiple machines?

Our solution of 24 projects is starting to take *ages* to rebuild......

Thanks :)

Salo.
 
You'd stand a better chance of getting a suitable response if you posted
this in the C# NG
 
Salo,
you can try running your build through VisualMake (trial available at
http://www.visualmake.com) and see if it makes any difference. Just out of
curiosity, what is the reason for having the projects scattered across
multiple machines?

Regards,
Gagik A.
 
You don't have to build all the projects in a solution, you can just rebuild
the one you're working on.
 
Back
Top