Enum AzureArtifactType
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Identifies an Azure Pipelines artifact location type.
public enum AzureArtifactTypeFields
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.