AzurePipelinesCommands.

UploadArtifactDirectory(DirectoryPath, string) Method

Summary

Upload local directory as a container folder, and create an artifact with the specified name.

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