Skip to content

Commit

Permalink
[mono] Fix mono bootstrap download url (dotnet#68)
Browse files Browse the repository at this point in the history
.. which was getting overwritten by an older one, due to a bad merge!

The older one is missing the commit
a5a9fd5, required for linux builds.

Thanks to @directhex for catching this.
  • Loading branch information
radical authored Jun 27, 2018
1 parent 9202c91 commit 5be62f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ LogDir="$ArtifactsConfigurationDir/log"
VersionsProps="$ScriptRoot/Versions.props"
RepoToolsetDir="$ArtifactsDir/toolset"

MONO_MSBUILD_DIR="$ArtifactsDir/mono-msbuild"
MSBUILD_DOWNLOAD_URL="https://github.com/mono/msbuild/releases/download/0.06/mono_msbuild_xplat-master-3c930fa8.zip"
MSBUILD_ZIP="$ArtifactsDir/msbuild.zip"

#https://github.com/dotnet/source-build
if $dotnetBuildFromSource
then
Expand All @@ -478,7 +474,7 @@ fi

msbuildToUse="msbuild"
MONO_MSBUILD_DIR="$ArtifactsDir/mono-msbuild"
MSBUILD_DOWNLOAD_URL="https://github.com/mono/msbuild/releases/download/v0.05/mono_msbuild_port2-394a6b5e.zip"
MSBUILD_DOWNLOAD_URL="https://github.com/mono/msbuild/releases/download/0.06/mono_msbuild_xplat-master-3c930fa8.zip"
MSBUILD_ZIP="$ArtifactsDir/msbuild.zip"

log=false
Expand Down

0 comments on commit 5be62f3

Please sign in to comment.