I am trying to use webdeploy in my build system. I would like it to be able to pull content files from my source code file but skip the code files. I am using a skip rule:
"-skip:objectName=filePath,absolutePath=.*.cs$"
but it skips .css files as well as .cs files. What am I doing wrong?