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