Merge pull request #6720 from johnbeisner/ScriptRename

Runtime download link missing the "runtime" identifier.
This commit is contained in:
jbeisner 2017-05-31 09:51:30 -07:00 committed by GitHub
commit 94107dc7f6

View file

@ -398,7 +398,7 @@ construct_download_link() {
local download_link=null
if [ "$shared_runtime" = true ]; then
download_link="$azure_feed/Runtime/$specific_version/dotnet-$specific_version-$osname-$normalized_architecture.tar.gz"
download_link="$azure_feed/Runtime/$specific_version/dotnet-runtime-$specific_version-$osname-$normalized_architecture.tar.gz"
else
download_link="$azure_feed/Sdk/$specific_version/dotnet-dev-$specific_version-$osname-$normalized_architecture.tar.gz"
fi