4 references to EnvironmentVariables
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
ConsoleParameters.cs (2)
49
/// When set to true (default), all environment variables are inherited from the current process and the entries provided in <see cref="
EnvironmentVariables
"/> are merged with that set.
50
/// When set to false, only the values you provide in <see cref="
EnvironmentVariables
"/> are used. Giving you full control of the environment vstest.console is started with.
VsTestConsoleProcessManager.cs (2)
151
if (consoleParameters.
EnvironmentVariables
!= null)
153
foreach (var envVariable in consoleParameters.
EnvironmentVariables
)