3 writes to LogRootPath
Aspire.EndToEnd.Tests (3)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (3)
198LogRootPath = Path.GetFullPath(EnvironmentVariables.TestLogPath); 203LogRootPath = Path.Combine(AppContext.BaseDirectory, "logs"); 279LogRootPath = otherBuildEnvironment.LogRootPath;
4 references to LogRootPath
Aspire.EndToEnd.Tests (4)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
48LogPath = Path.Combine(_buildEnv.LogRootPath, Id); 100string logPath = Path.Combine(BuildEnvironment.ForDefaultFramework.LogRootPath, id);
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
199Directory.CreateDirectory(LogRootPath); 279LogRootPath = otherBuildEnvironment.LogRootPath;