1 write to LogFolderPath
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
24
LogFolderPath
= Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
4 references to LogFolderPath
IIS.LongTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (3)
89
return Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
), Logger);
95
if (Directory.Exists(
LogFolderPath
))
97
Directory.Delete(
LogFolderPath
, true);
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1020
deploymentParameters.EnableLogging(
LogFolderPath
);