I am using Web Deploy over the web for a large website and it is redeploying all of the images files every on every single deployment which takes quite a while.
I am considering copying the entire web deployment package over first to the server to deploy rather than deploying via a build server.
Is there a setting for Web Deploy so that it the package does not overwrite the images files upon every deploy?