Summary
    Initializes a new instance of the 
		AzureDevOpsBuildSettings class using environment variables
    as set by an Azure Pipelines build.
    - Namespace
- Cake.AzureDevOps .Pipelines 
- Containing Type
- AzureDev Ops Build Settings 
Syntax
public AzureDevOpsBuildSettings(int buildId, IAzureDevOpsCredentials credentials)Parameters
| Name | Type | Description | 
|---|---|---|
| buildId | int | ID of the build. | 
| credentials | I | Credentials to use to authenticate against Azure DevOps. | 
Return Value
| Type | Description | 
|---|---|
| void |