Summary
Gets a value indicating whether the current build is running on Bitrise.
- Namespace
- Cake
.Common .Build .Bitrise - Containing Type
- IBitriseProvider
Syntax
bool IsRunningOnBitrise { get; }
Value
Type | Description |
---|---|
bool |
true if the current build is running on Bitrise; otherwise, false .
|