Summary
Gets a value indicating whether the current build is running on Bitbucket Pipelines.
- Namespace
- Cake
.Common .Build .BitbucketPipelines - Containing Type
- I
Bitbucket Pipelines Provider
Syntax
bool IsRunningOnBitbucketPipelines { get; }
Value
| Type | Description |
|---|---|
| bool |
true if the current build is running on Bitbucket Pipelines; otherwise, false.
|
