| title |
ParallelCustomBuild Task |
| description |
Learn how MSBuild uses the ParallelCustomBuild task to run parallel instances of the CustomBuild task. |
| ms.date |
03/10/2019 |
| ms.topic |
reference |
| f1_keywords |
vc.task.parallelcustombuild |
|
| dev_langs |
|
| helpviewer_keywords |
MSBuild (C++), ParallelCustomBuild task |
ParallelCustomBuild task (MSBuild (C++)) |
|
| author |
tylermsft |
| ms.author |
twhitney |
[!INCLUDE C++-specific task]
Run parallel instances of the CustomBuild task.
The following table describes the parameters of the ParallelCustomBuild task.
| Parameter |
Description |
| BreakOnFirstFailure |
Optional bool parameter. |
| MaxItemsInBatch |
Optional int parameter. |
| MaxProcesses |
Optional int parameter. |
| Sources |
Required ITaskItem[] parameter. |
Task reference