-
Notifications
You must be signed in to change notification settings - Fork 378
Update blob storage use #15498
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
Update blob storage use #15498
Conversation
| <FeedOverride Include="https://dotnetbuilds.blob.core.windows.net/public" Replacement="$(InstallersFeedOverride)" Condition="'$(InstallersFeedOverride)' != ''"/> | ||
| <FeedOverride Include="https://dotnetbuilds.blob.core.windows.net/internal-checksums" Replacement="$(ChecksumsFeedOverride)" Condition="'$(ChecksumsFeedOverride)' != ''"/> | ||
| <FeedOverride Include="https://dotnetbuilds.blob.core.windows.net/internal" Replacement="$(InstallersFeedOverride)" Condition="'$(InstallersFeedOverride)' != ''"/> | ||
| <FeedSasUri Include="https://ci.dot.net/public" Base64Uri="$(DotNetBuildsPublicUriBase64)"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in PublishArtifactsInManifest.proj and PublishingConstants should be reverted. Those are the target storage accounts for publishing files. My guess is that the Azure blob storage clients won't like these URIs.
Similarly, the PublishArtifactInManifest.proj is a mapping between default target storage account locations and an override location that is used by our staging pipeline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that. I was certain the changes were overstepping but didn't have the context.
PTAL if the changes look good.
Co-authored-by: Rich Lander <[email protected]>
Co-authored-by: Rich Lander <[email protected]> (cherry picked from commit d13f823)
It wasn't entirely clear to me which of these should be updated. I skipped some instances that looked like they should be kept as blob storage. Perhaps there are others.