Since upgrading to ITMS 7.5, we've noticed that the Copy File Task behaves differently than it did in 7.1. In 7.1 we could define the entire path, including the name, of the destination file. For example, if we were copying a file named filename_old.txt, we could specify a destination with a different filename name, for example: path\filename_new.txt. The file would be renamed when it copied.
After upgrading to 7.5, the destination is now treated as a directory and the file is copied to the path path\filename_new.txt\filename_old.txt. We have quite a number of Copy File tasks that are now placing files in the wrong place as a result. I looked through the documentation but I didn't see this change noted in any of the release notes. Is there any way to revert to the previous behavior, or are we stuck updating all of our tasks?