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.
 
Xoreax Incredibuild - check http://www.xoreax.com - I think the current 2.xx
release supports C# as well (my personal experience is with C++ only,
though).

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top