3 writes to LogRootPath
Aspire.Templates.Tests (3)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (3)
187LogRootPath = Path.GetFullPath(EnvironmentVariables.TestLogPath); 192LogRootPath = Path.Combine(AppContext.BaseDirectory, "logs"); 268LogRootPath = otherBuildEnvironment.LogRootPath;
4 references to LogRootPath
Aspire.Templates.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)
188Directory.CreateDirectory(LogRootPath); 268LogRootPath = otherBuildEnvironment.LogRootPath;