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"));