This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureDevOps.
Summary
Create a pull request.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest - Containing Type
- Azure
Dev Ops Pull Request
Syntax
public static AzureDevOpsPullRequest Create(ICakeLog log, AzureDevOpsCreatePullRequestSettings settings)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The Cake log context. |
settings | Azure |
Settings for accessing AzureDevOps. |
Return Value
Type | Description |
---|---|
Azure |
Instance of the created pull request. |