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:
0a25958
)
Allow Ubuntu 16.10 to use MSBuild (dotnet/coreclr#6897)
author
Eric Mellino
<erme@microsoft.com>
Wed, 24 Aug 2016 20:13:06 +0000
(13:13 -0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Wed, 24 Aug 2016 20:13:06 +0000
(13:13 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
7c6f1b70015d7138bfc5ab3731fb894485e521db
src/coreclr/build.sh
patch
|
blob
|
history
diff --git
a/src/coreclr/build.sh
b/src/coreclr/build.sh
index
2958703
..
34ac6f4
100755
(executable)
--- a/
src/coreclr/build.sh
+++ b/
src/coreclr/build.sh
@@
-250,6
+250,9
@@
isMSBuildOnNETCoreSupported()
"ubuntu.16.04-x64")
__isMSBuildOnNETCoreSupported=1
;;
+ "ubuntu.16.10-x64")
+ __isMSBuildOnNETCoreSupported=1
+ ;;
*)
esac
elif [ "$__HostOS" == "OSX" ]; then