2 references to GenerateChildLogFilePath
aspire (1)
Commands\RunCommand.cs (1)
912
return
GenerateChildLogFilePath
(ExecutionContext.LogsDirectory.FullName, _timeProvider);
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
113
var path = RunCommand.
GenerateChildLogFilePath
(logsDirectory, timeProvider);