2 references to TestLogPath
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (2)
172
if (!string.IsNullOrEmpty(EnvironmentVariables.
TestLogPath
))
174
LogRootPath = Path.GetFullPath(EnvironmentVariables.
TestLogPath
);