Summary
    Upload local directory as a container folder, and create an artifact.
    
		- Namespace
- Cake.Common .Build .AzurePipelines 
- Containing Type
- IAzure Pipelines Commands 
Syntax
void UploadArtifactDirectory(DirectoryPath directory)Parameters
| Name | Type | Description | 
|---|---|---|
| directory | DirectoryPath | Path to the local directory. | 
Return Value
| Type | Description | 
|---|---|
| void | 
