1 write to LogFolderPath
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
24LogFolderPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
13 references to LogFolderPath
IISExpress.FunctionalTests (13)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (3)
121parameters.EnableFreb("Verbose", LogFolderPath); 123Directory.CreateDirectory(LogFolderPath); 145var folderPath = Helpers.GetFrebFolder(LogFolderPath, result);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (3)
89return Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger); 95if (Directory.Exists(LogFolderPath)) 97Directory.Delete(LogFolderPath, true);
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (6)
68deploymentParameters.EnableLogging(LogFolderPath); 76var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger); 206var logFolderPath = LogFolderPath + "\\彡⾔"; 228deploymentParameters.EnableLogging(LogFolderPath); 235Assert.Single(Directory.GetFiles(LogFolderPath), Helpers.GetExpectedLogName(deploymentResult, LogFolderPath));
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1019deploymentParameters.EnableLogging(LogFolderPath);