I installed both the elmah.mvc
and elmah.sqlservercompact
(package link) nuget packages. This gets elmah to log to Sql Server Compact.
Problem is it copies a large number of files from the _bin_deployableAssemblies
folder, on every build.
How do I change this to deploy/copy only if file has changed, like I can do for other resources?