Marain.UserNotifications.ApiDeliveryChannel.Host.csproj does this:
<None Update="local.settings.template.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
This should only be done for the actual files, not the templates.
Marain.UserNotifications.ApiDeliveryChannel.Host.csproj does this:
This should only be done for the actual files, not the templates.