DotNetPublishSettings.

NoBuild Property

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.

Syntax

public bool NoBuild { get; set; }

Remarks

Requires .NET Core 2.1 or newer.

Value

Type Description
bool