Hi Epic,
Are you aware of the issue with Installed Engine builds on Win64 on the 5.8 branches on github?
See here: Installed Build not outputting anything to outdir (5.8)
I can confirm the exact same thing happens to me with a standard build command that works fine in previous versions like 5.7.4.
With 5.8.0-preview-1, the LocalBuilds\Engine\Windows\Engine\Binaries only contains PDB files, no EXE/DLL whatsoever get copied over. They do get built as expected under Engine\Windows\Engine\Binaries, the issue is somewhere in the copy-step.
Engine\Build\BatchFiles\RunUAT.bat BuildGraph -script="Engine/Build/InstalledEngineBuild.xml" -target="Make Installed Build Win64" -nosign -set:GameConfigurations="Development;Shipping" -set:WithWin64=true -set:WithAndroid=false -set:WithDDC=false -set:WithLinux=false -set:WithLinuxArm64=false -set:WithIOS=false -set:WithTVOS=false -set:WithMac=false -set:WithClient=false -set:WithServer=false -set:WithFullDebugInfo=false -clean
[Attachment Removed]