I wonder if there is a way to tell Web Deploy not to touch a certain folder during deployment while removing all the other additional files.
Basically I want to leave the "Remove additional files at destination" option on to remove some of the outdated files while preserving all the files within one folder on the server.
The folder contains unknown amount of files generated by the server and I do not want to have to make a copy of those during deployment and copy them back.
I tried using ExcludeFoldersFromDeployment option and it still removes all files in the folder