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