AzureDevOpsBuildArtifact Class

Summary

Represents an artifact associated with a build.
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • object
graph BT Type-->Base0["object"] Type["AzureDevOpsBuildArtifact"] class Type type-node

Syntax

public class AzureDevOpsBuildArtifact

Properties

Name Value Summary
Id int
Gets the id of the artifact.
Name string
Gets the name of the artifact.
Resource AzureDevOpsArtifactResource
Gets the artifact resource.
GitHub
Discussions