Summary
Determines whether the build is for a pull request.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- IIssuesBuildServer
Syntax
bool DetermineIfPullRequest(IIssuesContext context)
Parameters
Name | Type | Description |
---|---|---|
context | IIssuesContext | The Cake context. |
Return Value
Type | Description |
---|---|
bool | A value indicating whether the build is for a pull request. |