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