AzurePipelines Class

Namespace
GitVersion.BuildAgents
Interfaces
Base Types
graph BT Type-->Base0["BuildAgentBase"] click Base0 "/api/GitVersion.BuildAgents/BuildAgentBase" Base0-->Base1["object"] Type-.->Interface0["ICurrentBuildAgent"] click Interface0 "/api/GitVersion.BuildAgents/ICurrentBuildAgent" Type-.->Interface1["IBuildAgent"] click Interface1 "/api/GitVersion.BuildAgents/IBuildAgent" Type["AzurePipelines"] class Type type-node

Syntax

public class AzurePipelines : BuildAgentBase, ICurrentBuildAgent, IBuildAgent

Constructors

Fields

Name Constant Value Summary
EnvironmentVariableName TF_BUILD
static
Log
Inherited from BuildAgentBase

Properties

Name Value Summary
Environment IEnvironment
Inherited from BuildAgentBase
EnvironmentVariable string

Methods

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<AzurePipelines>(string) T
GitHub