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