4.20 : Runtime Dependencies packaged, 4.21 not anymore

Hi there,

I m having a hard time figuring out how to fix this. We have a packaging process, using the AutomationTool / runUAT, on a module using third party DLLs.

On 4.20, Win64, third party DLLs used to be correctly packaged together with the module libraries, in . On 4.21, this is not the case anymore, I am probably missing something there.

Here is an extract of the 4.21 release notes :

New: Runtime dependencies can now be copied to output directories as part of the build. When adding a runtime dependency, an optional source location can be specified to copy from. Both the source and target paths can use variables can be used as part of the path, for example, $(TargetOutputDir), $(BinaryOutputDir), $(ModuleDir), $(PluginDir).

But I did not find the relative configuration, and adding a second string at Module.runtimeDependencie.Add() call as source folder was unsuccessful.