Skip to content

Fix OneBranch Official NuGet publish service connection#3995

Merged
paulmedynski merged 6 commits intomainfrom
dev/paul/nuget-connection
Mar 3, 2026
Merged

Fix OneBranch Official NuGet publish service connection#3995
paulmedynski merged 6 commits intomainfrom
dev/paul/nuget-connection

Conversation

@paulmedynski
Copy link
Contributor

Description

The OneBranch Official pipeline contained a placeholder value for the service connection to use for NuGet pushes. Replaced it with the actual value we need to use.

I also excluded OneBranch pipeline files from PR triggers since they have no effect on PR checks, and removed all paths from the CI triggers since they should build on all pushes.

@paulmedynski paulmedynski added this to the 7.0.0-preview4 milestone Mar 3, 2026
@paulmedynski paulmedynski requested a review from a team as a code owner March 3, 2026 00:19
Copilot AI review requested due to automatic review settings March 3, 2026 00:19
@paulmedynski paulmedynski added the Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems. label Mar 3, 2026
@github-project-automation github-project-automation bot moved this to To triage in SqlClient Board Mar 3, 2026
@paulmedynski paulmedynski moved this from To triage to In review in SqlClient Board Mar 3, 2026
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

Updates Azure DevOps pipeline definitions to correct the NuGet.org publish service connection used by OneBranch official releases, and adjusts trigger path filtering for PR/CI pipelines.

Changes:

  • Update OneBranch variable NuGetServiceConnection to the intended ADO service connection name for NuGet pushes.
  • Exclude eng/pipelines/onebranch from PR path triggers in the two PR validation pipelines.
  • Remove path-based CI trigger filtering so CI runs on all pushes to the configured branches.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
eng/pipelines/sqlclient-pr-project-ref-pipeline.yml Adds PR path exclusion for eng/pipelines/onebranch.
eng/pipelines/sqlclient-pr-package-ref-pipeline.yml Adds PR path exclusion for eng/pipelines/onebranch.
eng/pipelines/onebranch/variables/common-variables.yml Sets the OneBranch NuGet publish service connection name.
eng/pipelines/dotnet-sqlclient-ci-project-reference-pipeline.yml Removes CI trigger path filters (branch-only triggers).
eng/pipelines/dotnet-sqlclient-ci-package-reference-pipeline.yml Removes CI trigger path filters (branch-only triggers).

…cts contain multiple packages.

- Fixed PR pipeline trigger paths.
Copilot AI review requested due to automatic review settings March 3, 2026 12:12
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

Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.

@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.56%. Comparing base (4f483f6) to head (a961753).
⚠️ Report is 1 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (4f483f6) and HEAD (a961753). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (4f483f6) HEAD (a961753)
CI-SqlClient 1 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3995      +/-   ##
==========================================
- Coverage   72.03%   64.56%   -7.47%     
==========================================
  Files         287      282       -5     
  Lines       43149    66073   +22924     
==========================================
+ Hits        31083    42663   +11580     
- Misses      12066    23410   +11344     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 64.56% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI review requested due to automatic review settings March 3, 2026 17:51
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

Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.

@paulmedynski paulmedynski merged commit 3303d80 into main Mar 3, 2026
300 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in SqlClient Board Mar 3, 2026
@paulmedynski paulmedynski deleted the dev/paul/nuget-connection branch March 3, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants