Summary
    Settings for aliases handling builds.
    
		- Namespace
- Cake.AzureDevOps .Pipelines 
- Base Types
							graph BT
	Type-->Base0["BaseAzureDevOpsProjectSettings"]
	click Base0 "/Cake.AzureDevOps/api/Cake.AzureDevOps/BaseAzureDevOpsProjectSettings"
	Base0-->Base1["BaseAzureDevOpsCollectionSettings"]
	click Base1 "/Cake.AzureDevOps/api/Cake.AzureDevOps/BaseAzureDevOpsCollectionSettings"
	Base1-->Base2["BaseAzureDevOpsCredentialsSettings"]
	click Base2 "/Cake.AzureDevOps/api/Cake.AzureDevOps/BaseAzureDevOpsCredentialsSettings"
	Base2-->Base3["object"]
	Type["AzureDevOpsBuildSettings"]
class Type type-node
						
					Syntax
public class AzureDevOpsBuildSettings : BaseAzureDevOpsProjectSettingsConstructors
| Name | Summary | 
|---|---|
| Azure | Initializes a new instance of the AzureDevOpsBuildSettingsclass
    based on the instance of aAzureDevOpsBuildSettingsclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildSettingsclass using environment variables
    as set by an Azure Pipelines build. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildSettingsclass using environment variables
    as set by an Azure Pipelines build. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildSettingsclass. | 
| Azure | Initializes a new instance of the AzureDevOpsBuildSettingsclass. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| BuildId | int | 
    Gets the ID of the build.
     | 
| CollectionUrl | Uri | 
    Gets the full URL of the Azure DevOps collection, eg.  .Inherited from Base | 
| Credentials | I | 
    Gets the credentials used to authenticate against Azure DevOps.
     Inherited from Base | 
| ProjectGuid | Guid | 
    Gets the Guid of the project.
    Can be  System.Guid.EmptyifProjectNameis set.Inherited from Base | 
| ProjectName | string | 
    Gets the name of the project.
    Can be  nullifProjectGuidis set.Inherited from Base | 
| Throw | bool | 
    Gets or sets a value indicating whether an exception should be thrown if
    build for  BuildIdcould not be found. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Using | Azure | 
    Constructs the settings object using the access token provided by Azure Pipelines.
     static | 
| Using | Azure | 
    Constructs the settings object for a specific build using the access token provided by Azure Pipelines.
     static |