Summary
Gets a value indicating whether we're running on CoreClr.
- Namespace
- Cake
.Core - Containing Type
- ICakeRuntime
Syntax
bool IsCoreClr { get; }
Value
Type | Description |
---|---|
bool |
true if we're running on CoreClr; otherwise, false .
|