summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-08-24 13:13:06 -0700
committerJan Kotas <jkotas@microsoft.com>2016-08-24 13:13:06 -0700
commit7c6f1b70015d7138bfc5ab3731fb894485e521db (patch)
treef05a18143b2e027b3e65154e1515cf69bbb6ffde /build.sh
parent4071333a89d6c9bf240b8291535fdf7acf708642 (diff)
downloadcoreclr-7c6f1b70015d7138bfc5ab3731fb894485e521db.tar.gz
coreclr-7c6f1b70015d7138bfc5ab3731fb894485e521db.tar.bz2
coreclr-7c6f1b70015d7138bfc5ab3731fb894485e521db.zip
Allow Ubuntu 16.10 to use MSBuild (#6897)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 2958703476..34ac6f402c 100755
--- a/build.sh
+++ b/build.sh
@@ -250,6 +250,9 @@ isMSBuildOnNETCoreSupported()
"ubuntu.16.04-x64")
__isMSBuildOnNETCoreSupported=1
;;
+ "ubuntu.16.10-x64")
+ __isMSBuildOnNETCoreSupported=1
+ ;;
*)
esac
elif [ "$__HostOS" == "OSX" ]; then