1 write to _tempDirectory
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
43_tempDirectory = _fileSystem.Directory.CreateTemporaryDirectory().DirectoryPath;
4 references to _tempDirectory
dotnet.Tests (4)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (4)
44_shimsDirectory = Path.Combine(_tempDirectory, "shims"); 45_toolsDirectory = Path.Combine(_tempDirectory, "tools"); 117_fileSystem.File.WriteAllText(Path.Combine(_tempDirectory, "nuget.config"), _nugetConfigWithInvalidSources); 122_fileSystem.File.Delete(Path.Combine(_tempDirectory, "nuget.config"));