[release/v7.7.0-preview.4] Fix OneBranch output variables for early .NET jobs - #27844
Merged
Justin Chung (jshigetomi) merged 1 commit intoAug 13, 2026
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.7.0-preview.4 that fixes Azure OneBranch pipeline expansion failures by ensuring required OneBranch output variables are defined for early-access .NET and fallback Windows jobs.
Changes:
- Define
ob_outputDirectoryfor the Windows “skip early access .NET” jobs in release and packages stage templates. - Define
ob_outputDirectoryin the shared early-access .NET download job and route the download destination through the OneBranch output variable.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .pipelines/templates/stages/PowerShell-Release-Stages.yml | Adds ob_outputDirectory to the Windows fallback job when early-access .NET download is skipped. |
| .pipelines/templates/stages/PowerShell-Packages-Stages.yml | Adds ob_outputDirectory to the Windows fallback job when early-access .NET setup is skipped. |
| .pipelines/templates/downloadDotnetEarlyAccess.yml | Introduces ob_outputDirectory and uses it as the destination path for early-access .NET downloads. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Travis Plunk (TravisEz13)
approved these changes
Aug 13, 2026
Justin Chung (jshigetomi)
merged commit Aug 13, 2026
2077b2b
into
PowerShell:release/v7.7.0-preview.4
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.7.0-preview.4.Defines the OneBranch-required
ob_outputDirectoryvariable for the early-access .NET download job and fallback Windows jobs.