Be more explict when picking up libs from CoreFx
authorMatt Ellis <matell@microsoft.com>
Wed, 25 May 2016 17:25:49 +0000 (10:25 -0700)
committerMatt Ellis <matell@microsoft.com>
Wed, 25 May 2016 20:29:08 +0000 (13:29 -0700)
commitbcda7c5bbd829b76319a99394186ae9a90df4b51
tree7571d001f02538af2406e2d20b5ca953aa3c10cd
parentd316b89adcb622f28b3ba85eddeff345b289c423
Be more explict when picking up libs from CoreFx

There's no contract in the CoreFx build layout that enforces an assembly
is only in one location in the resulting binaries folder. Different
projects may have different versions of dependent assemblies SxS with them
in their output folder.

To work around this, update the copy logic to use the folder name to
determine what assembly to copy from it.
tests/runtest.sh