I need to transfer a directory from a other project on the same computer to the current source dir of the project.
The configuration is attached is an image.
Clicking on “Tranfer files now” it says could not find any files.
During build the following error message is printed: Error: no host specified for the following action: Transfer files from …
Sorry, this is by design. The “transfer files” command is intended for transferring them to/from Linux hosts and will not work between 2 local directories.
As a workaround, please consider launching xcopy.exe as a custom pre-build step to copy files within the Windows machine.