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