Summary
    Constructs the settings object for a specific build using the access token provided by Azure Pipelines.
    
		- Namespace
- Cake.AzureDevOps .Pipelines 
- Containing Type
- AzureDev Ops Build Settings 
Syntax
public static AzureDevOpsBuildSettings UsingAzurePipelinesOAuthToken(int buildId)Parameters
| Name | Type | Description | 
|---|---|---|
| buildId | int | ID of the build. | 
Return Value
| Type | Description | 
|---|---|
| Azure | The instance of AzureDevOpsBuildSettingsclass. |