1 write to LogPath
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
47LogPath = Path.Combine(_buildEnv.LogRootPath, Id);
6 references to LogPath
Aspire.Workload.Tests (6)
StarterTemplateRunTestsBase.cs (1)
49await CheckWebFrontendWorksAsync(context, url, _testOutput, _testFixture.Project.LogPath, hasRedisCache: HasRedisCache);
tests\Shared\WorkloadTesting\AspireProject.cs (3)
52Directory.CreateDirectory(LogPath); 270var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(LogPath!, $"{Id}-restore.binlog")}\" /p:TreatWarningsAsErrors=true"); 273var buildArgs = $"build \"-bl:{Path.Combine(LogPath!, $"{Id}-build.binlog")}\" /p:TreatWarningsAsErrors=true";
WorkloadTestsBase.cs (2)
195string screenshotPath = Path.Combine(project.LogPath, "dashboard-fail.png"); 202await StarterTemplateRunTestsBase<StarterTemplateFixture>.CheckWebFrontendWorksAsync(context, url, _testOutput, project.LogPath);