I'm sure this has been discussed before and i've seen several similar post but none of them have helped me. I'm trying to do a deployment using the package that is built from inside visual studio 2010. That package includes a deploy.cmd file which basically
just calls out to MSDeploy. My problem is that I have a directory I want to skip but I have a sub directory elsewhere with the same name. No matter what I do I can't seem to get it to exclude only the root folder. xyz\resources --> include resources --> EXCLUDE
My command at the moment is: deploy.cmd /t "-skip:objectName=dirPath,absolutePath=\\resources$" Any tips or help would be much appreciated. Thanks
↧