Skip to content

[release/3.1] Download runtime from suffixed location in dotnetcli blob storage #17592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 5, 2019

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Dec 4, 2019

Fixes a bug where, when we depend on a stable core-setup, we try to download the runtime from a non-suffixed location in the dotnetcli blob storage account. This location will only exist when a build has been placed there manually, which leads to a possible mismatch between the build we bundle, and the build we actually want to ship (e.g. if we spin multiple stable builds, and the first is still in the blob storage location when we spin the 2nd AspNetCore build). Instead we should use the explicit suffixed location so that we know we're consuming the correct build.

CC @dougbu @JunTaoLuo @mmitche @leecow @nguerrera

Manual port of #17593, since the 3.0 -> 3.1 mirror is currently off, and we probably want this for 3.1.1

@mmitche mmitche changed the title Download runtime from suffixed location in dotnetcli blob storage [release/3.1] Download runtime from suffixed location in dotnetcli blob storage Dec 4, 2019
@wtgodbe
Copy link
Member Author

wtgodbe commented Dec 5, 2019

I'll merge this after the internal mirror conflict gets cleaned up

@mmitche
Copy link
Member

mmitche commented Dec 5, 2019

@wtgodbe Good to merge?

@wtgodbe
Copy link
Member Author

wtgodbe commented Dec 5, 2019

Will merge this after CI passes again

@Pilchie Pilchie added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Dec 5, 2019
@wtgodbe wtgodbe merged commit 1f114df into release/3.1 Dec 5, 2019
@wtgodbe wtgodbe deleted the NetCoreAppInternal31 branch December 5, 2019 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants