Update BCS upload templates to use public $web container#5174
Open
LoopedBard3 wants to merge 2 commits intodotnet:mainfrom
Open
Update BCS upload templates to use public $web container#5174LoopedBard3 wants to merge 2 commits intodotnet:mainfrom
LoopedBard3 wants to merge 2 commits intodotnet:mainfrom
Conversation
Change blob storage uploads from the private 'builds' container to the public '' container with 'builds/runtime/' path prefix, aligning the write side with the updated read side in dotnet-performance-infra. - upload-build-artifacts-job.yml: Update echo path and az storage blob upload to use container '' and name prefix 'builds/runtime/' - register-build-job.yml: Same container and name prefix changes for buildInfo.json upload Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Azure DevOps pipeline templates to upload build artifacts and buildInfo.json into the public Azure Blob Storage $web container using a builds/runtime/ prefix, aligning the upload (“write”) paths with the updated download (“read”) paths in the infra.
Changes:
- Switch blob uploads from container
buildsto container$web. - Add
builds/runtime/prefix to uploaded blob names for both artifacts andbuildInfo.json. - Update the logged “artifact upload path” to reflect the new destination (but see comment about
$webexpansion).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/templates/upload-build-artifacts-job.yml | Upload build artifacts to $web under builds/runtime/... and update the logged path. |
| eng/pipelines/templates/register-build-job.yml | Upload buildInfo.json to $web under builds/runtime/.... |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
DrewScoggins
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change blob storage uploads from the private 'builds' container to the public '' container with 'builds/runtime/' path prefix, aligning the write side with the updated read side in dotnet-performance-infra.
Test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2936662&view=results
Test run successfully uploaded files to $web, just had an update to the echo command to make sure it properly shows the $web and not nothing.