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