Summary
Gets the event that caused the build to run.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Build Info
Syntax
public string Reason { get; }
Value
| Type | Description |
|---|---|
| string | The event name. |
