4 references to EnvironmentVariable
dotnet (4)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
75
EnvironmentVariable
(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID, TelemetryClient.CurrentSessionId);
Commands\Test\VSTest\TestCommand.cs (2)
263
testCommand.
EnvironmentVariable
(name, value);
271
testCommand.
EnvironmentVariable
(rootVariableName, rootValue);
NuGetSignatureVerificationEnabler.cs (1)
40
forwardingApp.
EnvironmentVariable
(DotNetNuGetSignatureVerification, value);