Summary
    Initializes a new instance of the 
		AzureDevOpsBuildsSettings class.
    - Namespace
- Cake.AzureDevOps .Pipelines 
- Containing Type
- AzureDev Ops Builds Settings 
Syntax
public AzureDevOpsBuildsSettings(Uri collectionUrl, string projectName, IAzureDevOpsCredentials credentials)Parameters
| Name | Type | Description | 
|---|---|---|
| collectionUrl | Uri | Full URL of the Azure DevOps collection,
    eg. . | 
| projectName | string | Name of the project. | 
| credentials | I | Credentials to use to authenticate against Azure DevOps. | 
Return Value
| Type | Description | 
|---|---|
| void |