[release/v7.6.5] Fix OneBranch output variables for early .NET jobs - #27845
Merged
Justin Chung (jshigetomi) merged 1 commit intoAug 13, 2026
Merged
Conversation
Define ob_outputDirectory for the early-access download job and the fallback Windows jobs so OneBranch can compile both pipeline paths. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8784f802-9d66-4692-b64d-c0713fa213cb
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Backport to release/v7.6.5 that addresses OneBranch pipeline expansion failures by ensuring ob_outputDirectory is defined for the early-access .NET job and for the “skip early-access” fallback Windows jobs.
Changes:
- Add
ob_outputDirectoryto the fallback Windows “skip early access” jobs in release and packages stage templates. - Add
ob_outputDirectoryto the shareddownloadDotnetEarlyAccessjob and wire the early-access download destination through that variable.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.pipelines/templates/stages/PowerShell-Release-Stages.yml |
Defines ob_outputDirectory for the non-early-access fallback Windows job in the release stages. |
.pipelines/templates/stages/PowerShell-Packages-Stages.yml |
Defines ob_outputDirectory for the non-early-access fallback Windows job in the packages stages. |
.pipelines/templates/downloadDotnetEarlyAccess.yml |
Defines ob_outputDirectory and routes destinationPath through it for early-access .NET downloads. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Justin Chung (jshigetomi)
enabled auto-merge (squash)
August 13, 2026 19:41
Travis Plunk (TravisEz13)
approved these changes
Aug 13, 2026
Justin Chung (jshigetomi)
merged commit Aug 13, 2026
d81cff0
into
PowerShell:release/v7.6.5
34 of 35 checks passed
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.
Backport of #27843 to
release/v7.6.5.Defines the OneBranch-required
ob_outputDirectoryvariable for the early-access .NET download job and fallback Windows jobs.