Skip to content

Fix moved step template paths in sqlclient-package.yml pipeline#4441

Open
paulmedynski wants to merge 1 commit into
mainfrom
dev/paul/fix-sqlclient-package
Open

Fix moved step template paths in sqlclient-package.yml pipeline#4441
paulmedynski wants to merge 1 commit into
mainfrom
dev/paul/fix-sqlclient-package

Conversation

@paulmedynski

@paulmedynski paulmedynski commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

The sqlclient-package.yml packaging pipeline referenced two step templates at /eng/pipelines/steps/, but those templates were moved to /eng/pipelines/common/steps/ in #4326 (2026-06-03). This caused the pipeline to fail with:

File /eng/pipelines/steps/install-dotnet.yml not found in repository ... branch refs/heads/internal/main

Changes

Updated the two template: references in eng/pipelines/ci/package/sqlclient-package.yml:

  • /eng/pipelines/steps/install-dotnet.yml/eng/pipelines/common/steps/install-dotnet.yml
  • /eng/pipelines/steps/restore-dotnet-tools.yml/eng/pipelines/common/steps/restore-dotnet-tools.yml

Checklist

  • Verified against the actual template locations in the repo
  • sqlclient-package pipeline runs:

The install-dotnet.yml and restore-dotnet-tools.yml step templates moved
from eng/pipelines/steps/ to eng/pipelines/common/steps/ in PR #4326.
Update the sqlclient-package.yml references to the new location.
Copilot AI review requested due to automatic review settings July 13, 2026 10:37
@github-project-automation github-project-automation Bot moved this to To triage in SqlClient Board Jul 13, 2026
@paulmedynski paulmedynski added this to the 7.1.0-preview3 milestone Jul 13, 2026
@paulmedynski paulmedynski added the Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems. label Jul 13, 2026
@paulmedynski paulmedynski moved this from To triage to In progress in SqlClient Board Jul 13, 2026

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

Fixes broken Azure DevOps packaging pipeline template references after step templates were moved under eng/pipelines/common/steps/, restoring successful pipeline execution for sqlclient-package.yml.

Changes:

  • Update install-dotnet.yml template reference to the new eng/pipelines/common/steps/ location.
  • Update restore-dotnet-tools.yml template reference to the new eng/pipelines/common/steps/ location.

@paulmedynski paulmedynski marked this pull request as ready for review July 13, 2026 10:55
@paulmedynski paulmedynski requested a review from a team as a code owner July 13, 2026 10:55
@paulmedynski paulmedynski enabled auto-merge (squash) July 13, 2026 10:55
@paulmedynski paulmedynski moved this from In progress to In review in SqlClient Board Jul 13, 2026
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: In review

Development

Successfully merging this pull request may close these issues.

5 participants