1 write to _temporaryDirectory
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
55
_temporaryDirectory
= _fileSystem.Directory.CreateTemporaryDirectory().DirectoryPath;
4 references to _temporaryDirectory
dotnet.Tests (4)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (4)
56
_toolsDirectory = Path.Combine(
_temporaryDirectory
, "tools");
57
_pathToPlaceShim = Path.Combine(
_temporaryDirectory
, "pathToPlace");
98
_fileSystem.File.WriteAllText(Path.Combine(
_temporaryDirectory
, "nuget.config"), _nugetConfigWithInvalidSources);
109
_fileSystem.File.Delete(Path.Combine(
_temporaryDirectory
, "nuget.config"));