Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1017 Bytes

File metadata and controls

35 lines (28 loc) · 1017 Bytes
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
C++
helpviewer_keywords
MSBuild (C++), ParallelCustomBuild task
ParallelCustomBuild task (MSBuild (C++))
author tylermsft
ms.author 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