Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Support msbuildonunsupportedplatform on non-x64 architecture (#11966)
Browse files Browse the repository at this point in the history
  • Loading branch information
parjong authored and jkotas committed Jun 1, 2017
1 parent 40a6f20 commit 441f86c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ build_cross_arch_component()
isMSBuildOnNETCoreSupported()
{
# This needs to be updated alongwith corresponding changes to netci.groovy.
__isMSBuildOnNETCoreSupported=0
__isMSBuildOnNETCoreSupported=$__msbuildonunsupportedplatform

if [ "$__HostArch" == "x64" ]; then
if [ "$__HostOS" == "Linux" ]; then
Expand Down Expand Up @@ -397,8 +397,6 @@ isMSBuildOnNETCoreSupported()
"alpine.3.4.3-x64")
__isMSBuildOnNETCoreSupported=1
;;
*)
__isMSBuildOnNETCoreSupported=$__msbuildonunsupportedplatform
esac
elif [ "$__HostOS" == "OSX" ]; then
__isMSBuildOnNETCoreSupported=1
Expand Down

0 comments on commit 441f86c

Please sign in to comment.