1 write to _pathToPlacePackages
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
59
_pathToPlacePackages
= _pathToPlaceShim + "Packages";
4 references to _pathToPlacePackages
dotnet.Tests (4)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (4)
60
var toolPackageStoreMock = new ToolPackageStoreAndQuery(new DirectoryPath(
_pathToPlacePackages
), _fileSystem);
283
_fileSystem.Directory.Exists(Path.Combine(
_pathToPlacePackages
, PackageId)).Should().BeFalse();
306
_fileSystem.Directory.Exists(Path.Combine(
_pathToPlacePackages
, PackageId)).Should().BeFalse();
799
_fileSystem.Directory.Exists(Path.Combine(
_pathToPlacePackages
, PackageId)).Should().BeFalse();