Summary
Gets the pull request number.
- Namespace
- Cake
.Common .Build .TeamCity .Data - Containing Type
- Team
City Pull Request Info
Syntax
public int? Number { get; }
Remarks
env.Git_Branch is a required parameter in TeamCity for this to work.
Value
| Type | Description |
|---|---|
| int? | The pull request number. |
