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