Attempting to update to use the new runtimes install feature. The InstallDotNetCore runtimes target is mixing x64 and x86 versions in the same installation root. This breaks .NET Core for obvious reasons - you can mix CPU architectures for native binaries.

Repro:
- Clone https://github.com/natemcmaster/AspNetCore-Tooling/tree/dotnet
- Run build.cmd
cc @chcosta
Attempting to update to use the new runtimes install feature. The InstallDotNetCore runtimes target is mixing x64 and x86 versions in the same installation root. This breaks .NET Core for obvious reasons - you can mix CPU architectures for native binaries.
Repro:
cc @chcosta