2 writes to LogFilePath
aspire (2)
Commands\PsCommand.cs (2)
316
LogFilePath
= appHost.LogFilePath
389
LogFilePath
= cliLogFilePath
3 references to LogFilePath
aspire (1)
Commands\PsCommand.cs (1)
316
LogFilePath = appHost.
LogFilePath
Aspire.Cli.Tests (2)
Commands\PsCommandTests.cs (2)
673
Assert.Equal("/logs/cli_20260516T120000_abcd1234.log", appHosts[0].
LogFilePath
);
720
Assert.Equal("/logs/v2_override_path.log", appHosts[0].
LogFilePath
);