CMakeBuildSettings.

CleanFirst Property

Summary

Gets or sets a value indicating whether build target clean first, then build. (To clean only, use --target clean.)
Assembly
Cake.CMake.dll
Namespace
Cake.CMake
Containing Type
CMakeBuildSettings

Syntax

public bool CleanFirst { get; set; }

Remarks

--clean-first

Value

Type Description
bool true if clean first; otherwise, false.