Allow Ubuntu 16.10 to use MSBuild (#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)
build.sh

index 2958703..34ac6f4 100755 (executable)
--- 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