1 write to CliHomePath
Microsoft.NET.TestFramework (1)
ToolsetInfo.cs (1)
354ret.CliHomePath = Path.Combine(repoArtifactsDir, "tmp", configuration, "testing");
2 references to CliHomePath
Microsoft.NET.TestFramework (2)
ToolsetInfo.cs (2)
201if (!string.IsNullOrEmpty(CliHomePath)) 203environment.Add("DOTNET_CLI_HOME", CliHomePath);