BuildSystem.

IsPullRequest Property

Summary

Gets a value indicating whether the current build was started by a pull request.
Namespace
Cake.Common.Build
Containing Type
BuildSystem

Syntax

public bool IsPullRequest { get; }

Value

Type Description
bool true if the current build was started by a pull request; otherwise, false.