summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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