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