MsBuildCommandLineToolTask.

RunEachTargetSeparately Property

Summary

Gets or sets a value indicating whether the MSBuild task should invokes each target in the list passed to MSBuild one at a time, instead of at the same time. Setting this parameter to true guarantees that subsequent targets are invoked even if previously invoked targets failed. Otherwise, a build error would stop invocation of all subsequent targets. Default is false.

Syntax

public bool RunEachTargetSeparately { get; set; }

Value

Type Description
bool