Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschellap <schellap@microsoft.com>2016-02-15 04:13:42 +0300
committerschellap <schellap@microsoft.com>2016-02-15 04:13:42 +0300
commit652a0e23d894fe294e3492f788e9fb23ecaa7892 (patch)
tree28b04d33c35a9759d7f835298675b00472c3f653 /build.sh
parent922677f67961e401eca91f7b47043d169fe3ef79 (diff)
Pin CLI for breaking compile-native
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 49e9f0f2f..cf092b32c 100755
--- a/build.sh
+++ b/build.sh
@@ -100,9 +100,9 @@ install_dotnet_cli()
fi
local __build_arch_lowercase=$(echo "${__BuildArch}" | tr '[:upper:]' '[:lower:]')
- local __cli_tarball=dotnet-${__build_os_lowercase}-${__build_arch_lowercase}.latest.tar.gz
+ local __cli_tarball=dotnet-${__build_os_lowercase}-${__build_arch_lowercase}.1.0.1.001252.tar.gz
local __cli_tarball_path=${__tools_dir}/${__cli_tarball}
- download_file ${__cli_tarball_path} "https://dotnetcli.blob.core.windows.net/dotnet/dev/Binaries/Latest/${__cli_tarball}"
+ download_file ${__cli_tarball_path} "https://dotnetcli.blob.core.windows.net/dotnet/dev/Binaries/1.0.1.001252/${__cli_tarball}"
tar -xzf ${__cli_tarball_path} -C ${__cli_dir}
export DOTNET_HOME=${__cli_dir}
#