3 writes to LogRootPath
Aspire.EndToEnd.Tests (3)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (3)
188LogRootPath = Path.GetFullPath(EnvironmentVariables.TestLogPath); 193LogRootPath = Path.Combine(AppContext.BaseDirectory, "logs"); 269LogRootPath = 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)
189Directory.CreateDirectory(LogRootPath); 269LogRootPath = otherBuildEnvironment.LogRootPath;