Summary
    Gets or sets a value indicating whether to not do implicit NuGet package restore.
    This makes build faster, but requires restore to be done before build is executed.
    
		- Namespace
- Cake.Common .Tools .DotNet .Pack 
- Containing Type
- DotNetPackSettings
Syntax
public bool NoRestore { get; set; }Remarks
    Requires .NET Core 2.x or newer.
    
	Value
| Type | Description | 
|---|---|
| bool | 
