Summary
    Add a tag for current build.
    
		- Namespace
 - Cake
.Common .Build .AzurePipelines  - Containing Type
 - Azure
Pipelines Commands  
Syntax
public void AddBuildTag(string tag)
	Remarks
    Requires agent version 1.95.
    
	Parameters
| Name | Type | Description | 
|---|---|---|
| tag | string | The tag. | 
Return Value
| Type | Description | 
|---|---|
| void | 
