Summary
Gets or sets a value indicating whether to not to build the project before publishing.
This makes build faster, but requires build to be done before publish is executed.
- Namespace
- Cake
.Common .Tools .DotNet .Publish - Containing Type
- Dot
Net Publish Settings
Syntax
public bool NoBuild { get; set; }
Remarks
Requires .NET Core 2.1 or newer.
Value
Type | Description |
---|---|
bool |