Skip to content

[release/v7.6.5] Fix OneBranch output variables for early .NET jobs - #27845

Merged
Justin Chung (jshigetomi) merged 1 commit into
PowerShell:release/v7.6.5from
jshigetomi:backport-765-output
Aug 13, 2026
Merged

[release/v7.6.5] Fix OneBranch output variables for early .NET jobs#27845
Justin Chung (jshigetomi) merged 1 commit into
PowerShell:release/v7.6.5from
jshigetomi:backport-765-output

Conversation

@jshigetomi

Copy link
Copy Markdown
Collaborator

Backport of #27843 to release/v7.6.5.

Defines the OneBranch-required ob_outputDirectory variable for the early-access .NET download job and fallback Windows jobs.

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
Copilot AI lite review requested due to automatic review settings August 13, 2026 19:18
@jshigetomi
Justin Chung (jshigetomi) requested a review from a team as a code owner August 13, 2026 19:18
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_outputDirectory to the fallback Windows “skip early access” jobs in release and packages stage templates.
  • Add ob_outputDirectory to the shared downloadDotnetEarlyAccess job 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.

Comment thread .pipelines/templates/downloadDotnetEarlyAccess.yml
Comment thread .pipelines/templates/stages/PowerShell-Release-Stages.yml
Comment thread .pipelines/templates/stages/PowerShell-Packages-Stages.yml
@jshigetomi Justin Chung (jshigetomi) added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Aug 13, 2026
@jshigetomi
Justin Chung (jshigetomi) enabled auto-merge (squash) August 13, 2026 19:41
@jshigetomi
Justin Chung (jshigetomi) merged commit d81cff0 into PowerShell:release/v7.6.5 Aug 13, 2026
34 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants