Summary
Gets the test result indicating if the current build is successful or broken.
- Namespace
- Cake
.Common .Build .TravisCI .Data - Containing Type
- TravisCIBuildInfo
Syntax
public int TestResult { get; }
Value
| Type | Description |
|---|---|
| int | The test result. |
