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