1 write to _testOutputDirectory
Microsoft.DotNet.SetupNugetSources.Tests (1)
InternalFeedAdditionTests.cs (1)
20
_testOutputDirectory
= Path.Combine(Path.GetTempPath(), "SetupNugetSourcesTests", Guid.NewGuid().ToString());
6 references to _testOutputDirectory
Microsoft.DotNet.SetupNugetSources.Tests (6)
InternalFeedAdditionTests.cs (6)
21
Directory.CreateDirectory(
_testOutputDirectory
);
29
if (Directory.Exists(
_testOutputDirectory
))
31
Directory.Delete(
_testOutputDirectory
, true);
54
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
87
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
124
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");