Add skipmscorlib option to build.sh
authorMatt Ellis <matell@microsoft.com>
Thu, 13 Aug 2015 21:29:00 +0000 (14:29 -0700)
committerMatt Ellis <matell@microsoft.com>
Fri, 14 Aug 2015 00:13:49 +0000 (17:13 -0700)
commit0a23877633f40357605d6e4294ef7df7892996fa
tree12176a7c86946b0ce1939e2841f8217eb3606ff1
parent0930fefcb2adfa5745964f30237494ea32a87c69
Add skipmscorlib option to build.sh

In perperation for supporting mscorlib.dll builds on *NIX, provide a
switch for the CI system to disable building mscorlib as part of the
build, since we pick up the cross compiled Linux version and our mono
seems to crash often in CI.

Once this is checked in we can start having the CI jobs pass this
switch without causing an error, then have a future commit which
enables mscorlib building key off it.
build.sh