projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26f2e3
)
Support MSBuild on opensuse.42.1-x64
author
Eric Mellino
<erme@microsoft.com>
Thu, 18 Aug 2016 17:53:01 +0000
(10:53 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/coreclr/build.sh
b/src/coreclr/build.sh
index
55862c1
..
6a0a5b0
100755
(executable)
--- a/
src/coreclr/build.sh
+++ b/
src/coreclr/build.sh
@@
-226,6
+226,9
@@
isMSBuildOnNETCoreSupported()
"opensuse.13.2-x64")
__isMSBuildOnNETCoreSupported=1
;;
+ "opensuse.42.1-x64")
+ __isMSBuildOnNETCoreSupported=1
+ ;;
"rhel.7.2-x64")
__isMSBuildOnNETCoreSupported=1
;;