2 references to DotNetPath
Microsoft.DotNet.Arcade.Sdk (2)
src\InstallDotNetCore.cs (2)
141
if (CheckRuntimeDotnetInstalled(
DotNetPath
, normalizedVersion, architecture, runtime))
193
string dotNetPath = Path.TrimEndingDirectorySeparator(
DotNetPath
);