I am passing several skip arguments to msdeploy in order not to synchronize(Delete and Update) some directories and files
-skip:skipAction='Update',objectName='filePath',absolutePath='.*\\documents\\.*'
It does not seem to work, some directories and files get deleted. I am pretty sure there's no problem in the regular expression given to the absolutePath
Can anyone please clear up how the matching works for the skip rules? It is clearly not working according to the regular expression and objectName.