Support MSBuild on opensuse.42.1-x64
authorEric Mellino <erme@microsoft.com>
Thu, 18 Aug 2016 17:53:01 +0000 (10:53 -0700)
committerEric Mellino <erme@microsoft.com>
Fri, 19 Aug 2016 22:29:17 +0000 (15:29 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/31c58c7e8a2d60add47370ee50cf4d19a796ba89

src/coreclr/build.sh

index 55862c1..6a0a5b0 100755 (executable)
@@ -226,6 +226,9 @@ isMSBuildOnNETCoreSupported()
                 "opensuse.13.2-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
+                "opensuse.42.1-x64")
+                    __isMSBuildOnNETCoreSupported=1
+                    ;;
                 "rhel.7.2-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;