Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1017 Bytes

parallelcustombuild-task.md

File metadata and controls

35 lines (28 loc) · 1017 Bytes
title description ms.date ms.topic f1_keywords dev_langs helpviewer_keywords author ms.author
ParallelCustomBuild Task
Learn how MSBuild uses the ParallelCustomBuild task to run parallel instances of the CustomBuild task.
03/10/2019
reference
vc.task.parallelcustombuild
C++
MSBuild (C++), ParallelCustomBuild task
ParallelCustomBuild task (MSBuild (C++))
tylermsft
twhitney

ParallelCustomBuild task

[!INCLUDE C++-specific task]

Run parallel instances of the CustomBuild task.

Parameters

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.

See also

Task reference