1 write to PreserveExecutableLogs
Aspire.Hosting (1)
Dcp\DcpOptions.cs (1)
233
options.
PreserveExecutableLogs
= dcpPublisherConfiguration.GetValue<bool?>(nameof(options.PreserveExecutableLogs), options.PreserveExecutableLogs);
3 references to PreserveExecutableLogs
Aspire.Hosting (3)
Dcp\DcpHost.cs (1)
230
if (_dcpOptions.
PreserveExecutableLogs
== true)
Dcp\DcpOptions.cs (2)
233
options.PreserveExecutableLogs = dcpPublisherConfiguration.GetValue<bool?>(nameof(options.
PreserveExecutableLogs
), options.
PreserveExecutableLogs
);