Summary
    Gets or sets a value indicating whether tiered compilation is enabled.
    
		- Namespace
 - Cake
.Common .Tools .DotNet .Publish  - Containing Type
 - Dot
Net Publish Settings  
Syntax
public bool? TieredCompilation { get; set; }
	Remarks
    Requires .NET Core 3.x or newer. Tiered compilation is enabled by default in .NET Core 3.
    
	Value
| Type | Description | 
|---|---|
| bool? | 
