Summary
Gets a value indicating whether the build is passing.
- Namespace
- Cake
.Common .Build .Bitrise .Data - Containing Type
- BitriseBuildInfo
Syntax
public bool BuildStatus { get; }
Value
Type | Description |
---|---|
bool |
true if [build status]; otherwise, false .
|