Hi,
I got an error when running code promotion from teamSite, which calls Open Deploy. I checked the logs on

\od-home\opendeployNG\log\, and find that the FileList.txt is created, but when it try to copy files from E:\codepromotion to E:\codepromotionTarget\, it read the files which are on the FileList.txt as directory. For example, the first file on the FileList.txt is ..\..\..\build.im003.xml, the logs says OpenDeploy try to copy this file to some directory like:..\..\..\build.im003.xml\1.0.0\
From the log, I can see the item-type=directory for this .xml file, which is not correct.
I am wondering where does the open deploy get the item-type, and where it set the value to it.
Thanks for help.