1 write to LogPath
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
48
LogPath
= Path.Combine(_buildEnv.LogRootPath, Id);
12 references to LogPath
Aspire.Templates.Tests (12)
EmptyTemplateRunTests.cs (1)
29
logPath: _testFixture.Project.
LogPath
);
StarterTemplateRunTestsBase.cs (5)
34
logPath: _testFixture.Project.
LogPath
);
48
logPath: _testFixture.Project.
LogPath
);
53
await CheckWebFrontendWorksAsync(context, url, _testOutput, _testFixture.Project.
LogPath
, hasRedisCache: HasRedisCache);
67
logPath: _testFixture.Project.
LogPath
);
72
await CheckApiServiceWorksAsync(url, _testOutput, _testFixture.Project.
LogPath
);
TemplateTestsBase.cs (3)
301
project.
LogPath
).ConfigureAwait(false);
304
await StarterTemplateRunTestsBase<StarterTemplateFixture>.CheckApiServiceWorksAsync(apiServiceUrl, _testOutput, project.
LogPath
);
307
await StarterTemplateRunTestsBase<StarterTemplateFixture>.CheckWebFrontendWorksAsync(context, webFrontEnd, _testOutput, project.
LogPath
);
tests\Shared\TemplatesTesting\AspireProject.cs (3)
55
Directory.CreateDirectory(
LogPath
);
326
var res = await restoreCmd.ExecuteAsync($"restore \"-bl:{Path.Combine(
LogPath
!, $"{Id}-restore.binlog")}\" /p:TreatWarningsAsErrors=true");
329
var buildArgs = $"build \"-bl:{Path.Combine(
LogPath
!, $"{Id}-build.binlog")}\" /p:TreatWarningsAsErrors=true";