summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index 04fab5e24e..e72db447bb 100755
--- a/build.sh
+++ b/build.sh
@@ -212,13 +212,7 @@ isMSBuildOnNETCoreSupported()
if [ "$__BuildOS" == "Linux" ]; then
if [ "$__DistroName" == "ubuntu" ]; then
__isMSBuildOnNETCoreSupported=1
- elif [ "$__DistroName" == "rhel" ]; then
- __isMSBuildOnNETCoreSupported=1
- elif [ "$__DistroName" == "debian" ]; then
- __isMSBuildOnNETCoreSupported=1
fi
- elif [ "$__BuildOS" == "OSX" ]; then
- __isMSBuildOnNETCoreSupported=1
fi
fi