AzurePipelinesCommands.

LinkArtifact(string, AzurePipelinesArtifactType, string) Method

Summary

Create an artifact link, such as a file or folder path or a version control path.

Syntax

public void LinkArtifact(string name, AzurePipelinesArtifactType type, string location)

Parameters

Name Type Description
name string The artifact name.
type AzurePipelinesArtifactType The artifact type.
location string The link path or value.

Return Value

Type Description
void