This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Codecov.
Summary
Determines whether we are running on the linux platform.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov .Internals - Containing Type
- IPlatformDetector
Syntax
bool IsLinuxPlatform()
Return Value
Type | Description |
---|---|
bool | true if we are running on linux; otherwise, false . |