3 writes to LogRootPath
Aspire.EndToEnd.Tests (3)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (3)
139LogRootPath = Path.GetFullPath(EnvironmentVariables.TestLogPath); 147LogRootPath = Path.Combine(AppContext.BaseDirectory, "logs"); 212LogRootPath = otherBuildEnvironment.LogRootPath;
5 references to LogRootPath
Aspire.EndToEnd.Tests (5)
tests\Shared\WorkloadTesting\AspireProject.cs (2)
47LogPath = Path.Combine(_buildEnv.LogRootPath, Id); 69string logPath = Path.Combine(BuildEnvironment.ForDefaultFramework.LogRootPath, id);
tests\Shared\WorkloadTesting\BuildEnvironment.cs (3)
140if (!Directory.Exists(LogRootPath)) 142Directory.CreateDirectory(LogRootPath); 212LogRootPath = otherBuildEnvironment.LogRootPath;