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 | trueto disable parallel processing; otherwise,false. | 
