Summary
Gets or sets a value indicating whether or not to disable parallel processing of packages for this command.
- Namespace
- Cake
.Common .Tools .NuGet .Restore - Containing Type
- NuGetRestoreSettings
Syntax
public bool DisableParallelProcessing { get; set; }
Value
Type | Description |
---|---|
bool |
true to disable parallel processing; otherwise, false .
|