Table of Contents

Enum AzureArtifactType

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Identifies an Azure Pipelines artifact location type.

public enum AzureArtifactType

Fields

Container = 0

An Azure Pipelines file container.

FilePath = 1

A shared filesystem path.

GitRef = 3

A Git reference.

TfvcLabel = 4

A TFVC label.

VersionControl = 2

A version-control path.