0

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?

h bob
  • 3,610
  • 3
  • 35
  • 51

1 Answers1

0

Seems when I install the SqlServerCe package manually, it doesn't add all those binaries to the build file.

h bob
  • 3,610
  • 3
  • 35
  • 51