Hi Guys,
I have a <contentPath path="C:\Deployment\SomeContent\SomeFolder" /> in my manifest file. It is a very simple manifest file, just one contentPath and a couple of runCommand after it.
When I create a package using -dest:package.zip everything is fine and it builds the correct package (I can see everything inside it, etc).
When I sync the package using -source:package.zip -dest:auto then it also works fine: the folders are created, the files are copyed into these folders, etc.
However, when I do -source:package.zip -dest:auto,computerName=localhost then it only creates folders structure and does not copy files into them! That's it, it only creates an empty folders structure. No errors or warnings are shown, nothing is in console, it just skips files.
The same problem when I use any other machine name, not only localhost.
The permissions appear to be fine as it can connect, execute <runCommand ...>, create folders, etc. It just doesn't copy files.
Any ideas why and how to fix it? Help!