You can use MSBuild to build multiple projects faster by running them in parallel. To run builds in parallel, you use the following settings on a multi-core or multiple processor computer:
- The /maxcpucount switch at a command prompt.
- The BuildInParallel task parameter on an MSBuild task.
No comments:
Post a Comment