My limited searching did not produce any results. I have a question about the output values in a copy task.
Since moving to 8.0.4 from 8.0.2, the copy task produces only the target location of the file and not the source.
In the output window...
8.0.2:
C:\my\file\name.txt --> D:\my\file\name.txt
8.0.4
D:\my\file\name.txt
I had some conditions based on the source file name being in the output which made me uncover this. Did I miss something in release notes or was there a change?