Allow Ubuntu 16.10 to use MSBuild (dotnet/coreclr#6897)
authorEric Mellino <erme@microsoft.com>
Wed, 24 Aug 2016 20:13:06 +0000 (13:13 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 24 Aug 2016 20:13:06 +0000 (13:13 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/7c6f1b70015d7138bfc5ab3731fb894485e521db

src/coreclr/build.sh

index 2958703..34ac6f4 100755 (executable)
@@ -250,6 +250,9 @@ isMSBuildOnNETCoreSupported()
                 "ubuntu.16.04-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
+                "ubuntu.16.10-x64")
+                    __isMSBuildOnNETCoreSupported=1
+                    ;;
                 *)
             esac
         elif [ "$__HostOS" == "OSX" ]; then