1 write to _testOutputDirectory
Microsoft.DotNet.SetupNugetSources.Tests (1)
CredentialHandlingTests.cs (1)
20
_testOutputDirectory
= Path.Combine(Path.GetTempPath(), "SetupNugetSourcesTests", Guid.NewGuid().ToString());
8 references to _testOutputDirectory
Microsoft.DotNet.SetupNugetSources.Tests (8)
CredentialHandlingTests.cs (8)
21
Directory.CreateDirectory(
_testOutputDirectory
);
29
if (Directory.Exists(
_testOutputDirectory
))
31
Directory.Delete(
_testOutputDirectory
, true);
48
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
86
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
128
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
160
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");
198
var configPath = Path.Combine(
_testOutputDirectory
, "nuget.config");