I am trying to deploy files from the root of my source directory and skip all of the subdirectories. There is a parameter that can be used in the node called "recursive" that is supposed to do this. For instance:[html][/html]This should deploy only the files located in the root of the path. However this attribute is not working for me. All of the nested content within the path is still deployed. Has anyone been able to get this to work?
I am trying to deploy files from the root of my source directory and skip all of the subdirectories. There is a parameter that can be used in the <path> node called "recursive" that is supposed to do this. For instance:<path name = "pathName" recursive = "no"> <filters> </filters> </path>This should deploy only the files located in the root of the path. However this attribute is not working for me. All of the nested content within the path is still deployed. Has anyone been able to get this to work?
"\.?/.*/"