1 write to _testOutputDirectory
Microsoft.DotNet.SetupNugetSources.Tests (1)
FeedEnablingTests.cs (1)
19
_testOutputDirectory
= Path.Combine(Path.GetTempPath(), "SetupNugetSourcesTests", Guid.NewGuid().ToString());
7 references to _testOutputDirectory
Microsoft.DotNet.SetupNugetSources.Tests (7)
FeedEnablingTests.cs (7)
20
Directory.CreateDirectory(
_testOutputDirectory
);
28
if (Directory.Exists(
_testOutputDirectory
))
30
Directory.Delete(
_testOutputDirectory
, true);
53
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
93
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
127
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
160
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");