Summary
Gets the number of the pull request that caused this build.
This value is set for pull requests from GitHub which have a different pull request ID and pull request number.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Pull Request Info
Syntax
public int Number { get; }
Value
Type | Description |
---|---|
int | The number of the pull request that caused this build. |