VSTestSettings.

Parallel Property

Summary

Gets or sets a value indicating whether the tests are executed in parallel. By default up to all available cores on the machine may be used. The number of cores to use may be configured using a settings file.
Namespace
Cake.Common.Tools.VSTest
Containing Type
VSTestSettings

Syntax

public bool Parallel { get; set; }

Value

Type Description
bool