2 references to DOTNET_ADD_GLOBAL_TOOLS_TO_PATH
dotnet (2)
EnvironmentVariableNames.cs (1)
25public static readonly string DOTNET_ADD_GLOBAL_TOOLS_TO_PATH = nameof(DOTNET_ADD_GLOBAL_TOOLS_TO_PATH);
Program.cs (1)
184bool addGlobalToolsToPath = environmentProvider.GetEnvironmentVariableAsBool(EnvironmentVariableNames.DOTNET_ADD_GLOBAL_TOOLS_TO_PATH, defaultValue: true);