Skip to content

Conversation

@paulmedynski
Copy link
Contributor

Description

This PR creates stub pipelines files that are required to be on the main branch before Azure DevOps lets you create new pipelines. This will allow me to test the actual pipelines on dev branches before merging them to main.

- Creating stub pipelines files so I can create the ADO.Net pipelines.
@paulmedynski paulmedynski requested a review from a team as a code owner February 1, 2026 11:45
Copilot AI review requested due to automatic review settings February 1, 2026 11:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces minimal Azure DevOps YAML pipeline stubs for the Abstractions and Azure packages so that real onebranch pipelines can be defined and tested on dev branches before merging to main.

Changes:

  • Add a stub onebranch official pipeline for the Azure package with basic parameters and a no-op echo step.
  • Add a stub onebranch non-official pipeline for the Azure package mirroring the official stub.
  • Add corresponding stub onebranch official and non-official pipelines for the Abstractions package.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
eng/pipelines/azure/onebranch/official-pipeline.yml Defines a stub onebranch official Azure package pipeline with disabled triggers and placeholder parameters/steps.
eng/pipelines/azure/onebranch/non-official-pipeline.yml Defines a stub onebranch non-official Azure package pipeline mirroring the official stub structure.
eng/pipelines/abstractions/onebranch/official-pipeline.yml Defines a stub onebranch official Abstractions package pipeline with the same parameter set and a placeholder step.
eng/pipelines/abstractions/onebranch/non-official-pipeline.yml Defines a stub onebranch non-official Abstractions package pipeline mirroring the official stub structure.

@paulmedynski
Copy link
Contributor Author

These files have no effect on any existing code or pipelines. I need them merged ASAP so I can create the pipelines in Azure DevOps, so I'm merging them without the typical review process.

@paulmedynski paulmedynski merged commit f2d1155 into main Feb 1, 2026
8 of 143 checks passed
@paulmedynski paulmedynski deleted the dev/paul/pipeline-stubs branch February 1, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants