Environment.

SetEnvironmentVariable(string, string) Method

Namespace
GitVersion
Containing Type
Environment

Syntax

public void SetEnvironmentVariable(string variableName, string value)

Parameters

Name Type Description
variableName string
value string

Return Value

Type Description
void
GitHub