Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Upgrade CLI, buildtools for RTM shared framework#7045

Merged
jkotas merged 1 commit into
dotnet:masterfrom
dagood:upgrade-buildtools
Sep 20, 2016
Merged

Upgrade CLI, buildtools for RTM shared framework#7045
jkotas merged 1 commit into
dotnet:masterfrom
dagood:upgrade-buildtools

Conversation

@dagood
Copy link
Copy Markdown
Member

@dagood dagood commented Sep 2, 2016

See dotnet/corefx#11387. This buildtools change requires a CLI update at the same time, so I'm pushing it through to avoid pain later.

/cc @gkhanna79 @wtgodbe @weshaggard

@dagood
Copy link
Copy Markdown
Member Author

dagood commented Sep 7, 2016

There are some issues I'm working through in the corefx PR first: dotnet/corefx#11387. I'll push a fix here after I make sure the corefx one works.

@dagood
Copy link
Copy Markdown
Member Author

dagood commented Sep 14, 2016

@dotnet-bot test OSX x64 Checked Build and Test (went offline)

@gkhanna79
Copy link
Copy Markdown
Member

CC @eerhardt @piotrpMSFT @brthor

Comment thread init-tools.sh
fi

__CLIDownloadURL=https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/${__DOTNET_TOOLS_VERSION}/${__DOTNET_PKG}.${__DOTNET_TOOLS_VERSION}.tar.gz
__CLIDownloadURL=https://dotnetcli.blob.core.windows.net/dotnet/Sdk/${__DOTNET_TOOLS_VERSION}/${__DOTNET_PKG}.${__DOTNET_TOOLS_VERSION}.tar.gz
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use our CDN now: https://dotnetcli.azureedge.net/dotnet instead of https://dotnetcli.blob.core.windows.net/dotnet. This results in faster downloads for people in other locations.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also - do we have a bug to track using the dotnet-install scripts instead of doing it manually here? To install the CLI, it is a lot less code if you use the dotnet-install script.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting about the CDN, if this gets through CI and is ok to merge I'd like to do that in another round of PRs just so these changes can get though.

About removing the duplication, that's discussed here: dotnet/core-setup#254 (comment). In short: that'll happen and more, but I don't know where/if it's tracked. /cc @jhendrixMSFT

@jkotas
Copy link
Copy Markdown
Member

jkotas commented Sep 20, 2016

@dotnet-bot test this please

@jkotas
Copy link
Copy Markdown
Member

jkotas commented Sep 20, 2016

@dagood Is this good to merge?

@dagood
Copy link
Copy Markdown
Member Author

dagood commented Sep 20, 2016

@jkotas I think it is. I didn't get any LGTMs in coreclr, but these changes have been working fine in other repos. (It'll also unblock master from taking buildtools updates.)

@jkotas jkotas merged commit 610c0b1 into dotnet:master Sep 20, 2016
@dagood dagood deleted the upgrade-buildtools branch September 20, 2016 18:21
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants