Custom Install Build doesn't include the Bridge plugin

This seems like a bug, but when I create a custom install build in 5.0.2 the build system isn’t copying the Bridge plugin in to the new custom install build. All of the other plugins are copied in place, but the bridge is skipped. Is anyone else seeing this? I’ve attached my script and I’m using the following commandline:

runuat BuildGraph -target="Make Installed Build Win64" -script=Engine/Build/InstalledEngineBuild.xml -WithWin64=true -WithMac=false -WithAndroid=false -WithIOS=false -WithTVOS=false -WithLinux=false -WithLinuxArm64=false -WithHoloLens=false -WithClient=true -WithServer=true -WithDDC=false

InstalledEngineBuild.xml (90.5 KB)