Summary
Gets or sets a value indicating whether to not do implicit NuGet package restore.
This makes run faster, but requires restore to be done before run is executed.
- Namespace
- Cake
.Common .Tools .DotNetCore .Run - Containing Type
- Dot
Net Core Run Settings
Syntax
public bool NoRestore { get; set; }
Value
Type | Description |
---|---|
bool |