1 write to LogPath
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
47
LogPath
= Path.Combine(_buildEnv.LogRootPath, Id);
3 references to LogPath
Aspire.EndToEnd.Tests (3)
tests\Shared\WorkloadTesting\AspireProject.cs (3)
53
Directory.CreateDirectory(
LogPath
);
308
var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(
LogPath
!, $"{Id}-restore.binlog")}\" /p:TreatWarningsAsErrors=true");
311
var buildArgs = $"build \"-bl:{Path.Combine(
LogPath
!, $"{Id}-build.binlog")}\" /p:TreatWarningsAsErrors=true";