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
            Initializes a new instance of the 
		BaseAzureDevOpsPullRequestSettings class.
            - Assembly
 - Cake
.AzureDevOps .dll  - Namespace
 - Cake
.AzureDevOps .Repos .PullRequest  - Containing Type
 - Base
Azure Dev Ops Pull Request Settings  
Syntax
protected BaseAzureDevOpsPullRequestSettings(Uri repositoryUrl, string sourceRefName, IAzureDevOpsCredentials credentials)
	Parameters
| Name | Type | Description | 
|---|---|---|
| repositoryUrl | Uri | Full URL of the Git repository,
            eg. .
            Supported URL schemes are HTTP, HTTPS and SSH.
            URLs using SSH scheme are converted to HTTPS. | 
					
| sourceRefName | string | Branch for which the pull request is made.
            System.ArgumentException if  or System.String.Empty. | 
					
| credentials | I | 
						Credentials to use to authenticate against Azure DevOps.
            System.ArgumentException if . | 
					
Return Value
| Type | Description | 
|---|---|
| void | 
