Summary
Gets the ID of the pull request that caused this build.
This value is set only if the build ran because of a Git PR affected by a branch policy.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Pull Request Info
Syntax
public long LongId { get; }
Value
| Type | Description |
|---|---|
| long | The ID of the pull request that caused this build. |
