-
Home
-
API Reference
-
CliInvoke.Core.Configuration
-
EnvironmentVariablesSpec
-
Methods
-
SetPair(String, String)
SetPair(String, String) Method
Definition
Sets a single environment variable.
public EnvironmentVariablesSpec SetPair(string name, string value)
Parameters
- name
- String
The name of the environment variable to set.
- value
- String
The value of the environment variable to set.
Returns