IIssuesBuildServer.

DetermineIfPullRequest(IIssuesContext) Method

Summary

Determines whether the build is for a pull request.

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.
GitHub