From 22bf284c53f7f82db40c46e851a3ebafa414c9f1 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 23 Jan 2017 13:08:08 -0500 Subject: Treat RHEL 7.x versions as RHEL 7 when building All RHEL 7.x versions are backwards compatible with each other. A .NET Core build from 7.2 works fin on RHEL 7.3, for example. Treat this as a general case and handle all 7.x versions the same. This change only affects whether packages are built or not. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 868c824fb9..4302407292 100755 --- a/build.sh +++ b/build.sh @@ -322,7 +322,7 @@ isMSBuildOnNETCoreSupported() "opensuse.42.1-x64") __isMSBuildOnNETCoreSupported=1 ;; - "rhel.7.2-x64") + "rhel.7"*"-x64") __isMSBuildOnNETCoreSupported=1 ;; "ubuntu.14.04-x64") -- cgit v1.2.3