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:
authorSenthil <schellap@microsoft.com>2016-03-11 05:06:58 +0300
committerSenthil <schellap@microsoft.com>2016-03-11 05:06:58 +0300
commit9ea8551c7ab14793ff62b7c08ab70de2f6f33aa0 (patch)
tree4f9ddcea5eac5f6f7abaf34fb0b801c73ad98af7 /build.sh
parent654002d3cd76aa9f302257cb47791f1c806819a6 (diff)
Pin CLI to 1.0.0.001672
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 1ba384a72..ab41423df 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.0.001672.tar.gz
local __cli_tarball_path=${__tools_dir}/${__cli_tarball}
- download_file ${__cli_tarball_path} "https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/${__cli_tarball}"
+ download_file ${__cli_tarball_path} "https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/1.0.0.001672/${__cli_tarball}"
tar -xzf ${__cli_tarball_path} -C ${__cli_dir}
export DOTNET_HOME=${__cli_dir}
#