1 write to _toolsDirectory
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
45
_toolsDirectory
= Path.Combine(_tempDirectory, "tools");
1 reference to _toolsDirectory
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
47
_store = new ToolPackageStoreMock(new DirectoryPath(
_toolsDirectory
), _fileSystem);