4 references to DotnetRootEnvVarName
Microsoft.Build.Framework (4)
DotnetHostEnvironmentHelper.cs (4)
31
private static readonly string[] _archSpecificRootVars = Array.ConvertAll(Enum.GetNames<Architecture>(), name => $"{
DotnetRootEnvVarName
}_{name.ToUpperInvariant()}");
51
if (!buildProcessEnvironment.ContainsKey(
DotnetRootEnvVarName
))
53
Environment.SetEnvironmentVariable(
DotnetRootEnvVarName
, null);
96
[
DotnetRootEnvVarName
] = dotnetRoot,