2 references to TestLogPath
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
193
if (!string.IsNullOrEmpty(EnvironmentVariables.
TestLogPath
))
195
LogRootPath = Path.GetFullPath(EnvironmentVariables.
TestLogPath
);