50 references to EnvironmentVariables
AndroidAppBuilder (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
AppleAppBuilder (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
HelixTestRunner (2)
ProcessUtil.cs (2)
107process.StartInfo.EnvironmentVariables["COMPlus_DbgEnableMiniDump"] = "1"; 108process.StartInfo.EnvironmentVariables["COMPlus_DbgMiniDumpName"] = Path.Combine(dumpDirectoryPath, $"{Path.GetFileName(filename)}.%d.dmp");
InteropTests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
LibraryBuilder (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
Microsoft.AspNetCore.Server.IntegrationTesting (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
Microsoft.AspNetCore.Tests (9)
WebApplicationTests.cs (9)
1010options.StartInfo.EnvironmentVariables.Add("one", "unprefixed_one"); 1011options.StartInfo.EnvironmentVariables.Add("two", "unprefixed_two"); 1012options.StartInfo.EnvironmentVariables.Add("DOTNET_one", "DOTNET_one"); 1013options.StartInfo.EnvironmentVariables.Add("DOTNET_two", "DOTNET_two"); 1014options.StartInfo.EnvironmentVariables.Add("DOTNET_three", "DOTNET_three"); 1015options.StartInfo.EnvironmentVariables.Add("ASPNETCORE_one", "ASPNETCORE_one"); 1016options.StartInfo.EnvironmentVariables.Add("ASPNETCORE_two", "ASPNETCORE_two"); 1017options.StartInfo.EnvironmentVariables.Add("ASPNETCORE_three", "ASPNETCORE_three"); 1018options.StartInfo.EnvironmentVariables.Add("ASPNETCORE_four", "ASPNETCORE_four");
Microsoft.DotNet.Open.Api.Tools.Tests (1)
ProcessEx.cs (1)
72startInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
Microsoft.DotNet.SignTool (3)
src\BatchSignUtil.cs (3)
379string path = processStartInfo.EnvironmentVariables["PATH"]; 381processStartInfo.EnvironmentVariables.Remove("PATH"); 382processStartInfo.EnvironmentVariables.Add("PATH", path);
Microsoft.Extensions.ApiDescription.Client.Tests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
Microsoft.NET.Sdk.WebAssembly.Pack.Tasks (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
MobileBuildTasks (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
MonoAOTCompiler (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
MonoTargetsTasks (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.PingUtility.cs (1)
47psi.EnvironmentVariables["LC_ALL"] = "C";
Templates.Blazor.Tests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
Templates.Blazor.WebAssembly.Auth.Tests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
Templates.Blazor.WebAssembly.Tests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
Templates.Mvc.Tests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
Templates.Tests (3)
src\Shared\Process\ProcessEx.cs (3)
118startInfo.EnvironmentVariables[envVar.Key] = envVar.Value; 122startInfo.EnvironmentVariables["NUGET_PACKAGES"] = NUGET_PACKAGES; 126startInfo.EnvironmentVariables["NUGET_FALLBACK_PACKAGES"] = Environment.GetEnvironmentVariable("NUGET_FALLBACK_PACKAGES");
TestExclusionListTasks (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
WasmAppBuilder (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;
WorkloadBuildTasks (1)
src\tasks\Common\Utils.cs (1)
169processStartInfo.EnvironmentVariables[envVar.Key] = envVar.Value;