Pass /p:Platform to msbuild in runtest.cmd.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 1 Sep 2016 13:09:54 +0000 (06:09 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 1 Sep 2016 13:09:54 +0000 (06:09 -0700)
commitd33c89d5af26e7131a069e9227491a1ad7bcae50
tree376ef31f72c96ce7c7cf2966856b3c7b8b75bca6
parent68afd5c45f9d8175fcd3a8cb3a96097b7a546b80
Pass /p:Platform to msbuild in runtest.cmd.

Otherwise, the tests will use the ambient setting of the Platform
variable, which might not match the architecture specified on the
command line. This results in the wrong build of the tests running
against the correct runtime, which e.g. causes failures in tests
with native components.
tests/runtest.cmd