IEnvironment.

GetEnvironmentVariable(string) Method

Summary

Returns the value of the named environment variable, or null if it is not set.
Namespace
GitVersion
Containing Type
IEnvironment

Syntax

string GetEnvironmentVariable(string variableName)

Parameters

Name Type Description
variableName string

Return Value

Type Description
string
GitHub