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