1 write to ToolPath
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetTool.cs (1)
71ToolPath = Path.Combine(DestinationPath, Name, Version);
9 references to ToolPath
Microsoft.DotNet.Arcade.Sdk (4)
src\InstallDotNetTool.cs (4)
73if (!fileSystem.DirectoryExists(ToolPath)) 78string versionInstallPath = Path.Combine(ToolPath, ".store", Name.ToLowerInvariant(), version); 89}, ToolPath); 103ToolPath,
Microsoft.DotNet.Arcade.Sdk.Tests (5)
InstallDotNetToolTests.cs (5)
126_task.ToolPath.Should().Be(s_installedPath); 190_task.ToolPath.Should().Be(s_installedPath); 304task1.ToolPath.Should().Be(task2.ToolPath); 305task1.ToolPath.Should().Be(s_installedPath);