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