Decrease Build Time

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

Guest

Is there a way to increase the build speed of a solution that has a lot of
projects (>100)? The only options I can think of is to remove the
dependencies in the soluton or break up the solution into multiple smaller
solutions.


--
Jorge Matos - Software Architect

Microsoft Solution Center
6050 Oak Tree Blvd. Suite 150
Cleveland, Ohio 44131
216.369.0140 ext. 117
www.bennettadelson.com
 
Jorge Matos said:
Is there a way to increase the build speed of a solution that has a lot of
projects (>100)? The only options I can think of is to remove the
dependencies in the soluton or break up the solution into multiple smaller
solutions.

What is the scenario?

I am guessing the example Scenario.

There is TestPRoject which depends on many projects including
ProjectA. You change ProjectA and want to run test cases in
TestProject.

Solution:

Go to Configuration Manager and create new confuguration. Name it
Work. Uncheck all projects, but TestProject and ProjectA. Build
solution. You will see that only checked projects are rebuilt.
Microsoft Solution Center

Interesting... ;)
 
Back
Top