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-02-26 06:54:53 +0300
committerSenthil <schellap@microsoft.com>2016-02-26 06:57:35 +0300
commitf2d890386f9619d6bdbf715733085cb21816c2be (patch)
treec8ba3eb1164333b0e664ebf390e016d70108c4fa /build.sh
parent37174fa33839ae70a45d99732d81f66ecc7c4a6b (diff)
Revert "Merge pull request #945 from schellap/master"
This reverts commit c3335b8234a70d1c6e1f75ba6e3501fd249b3682, reversing changes made to 8f5490c576348f50193d53f6e297c6d825cf86a0.
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 5652910a8..1ba384a72 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}.1.0.0.001540.tar.gz
+ local __cli_tarball=dotnet-${__build_os_lowercase}-${__build_arch_lowercase}.latest.tar.gz
local __cli_tarball_path=${__tools_dir}/${__cli_tarball}
- download_file ${__cli_tarball_path} "https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/1.0.0.001540/${__cli_tarball}"
+ download_file ${__cli_tarball_path} "https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/${__cli_tarball}"
tar -xzf ${__cli_tarball_path} -C ${__cli_dir}
export DOTNET_HOME=${__cli_dir}
#