Fix release build of mscorlib from build.sh
authorMatt Ellis <matell@microsoft.com>
Tue, 1 Sep 2015 22:17:54 +0000 (15:17 -0700)
committerMatt Ellis <matell@microsoft.com>
Tue, 1 Sep 2015 22:17:54 +0000 (15:17 -0700)
commit37e660b61ccf1c0e31f22a0b9bde3f9fc5023218
treecf3ca62d4045a4e108389b502e5dd3c8925c07e1
parenta12d44f2c6c41d1435c77d2862b13b90f1e0e02a
Fix release build of mscorlib from build.sh

The mscorlib build in build.sh was not correctly flowing __BuildType
into MSBuild, which caused us to always build a Debug mscorlib.

While I was in the area, I removed the defines for OSGroup (which are
unused, as we use __BuildOS instead) and cleaned up some of the property
switches so we always pass prefixed properties (the bare names are the
computed ones from our targets in msbuild).
build.cmd
build.sh