Skip to content

Fix AKV Provider release publish job artifact name mismatch#4026

Merged
paulmedynski merged 2 commits intodev/paul/akv-netstandardfrom
copilot/sub-pr-4016-again
Mar 10, 2026
Merged

Fix AKV Provider release publish job artifact name mismatch#4026
paulmedynski merged 2 commits intodev/paul/akv-netstandardfrom
copilot/sub-pr-4016-again

Conversation

Copy link
Contributor

Copilot AI commented Mar 10, 2026

Description

The AKV Provider release publish job in release-stages.yml was referencing the old artifact name drop_build_addons_buildSignedAkvPackage after the build job was renamed to build_package_AkvProvider (producing artifact drop_build_addons_build_package_AkvProvider). This mismatch would cause AKV Provider releases to fail as the publish job would not find the build artifact.

  • Pipeline fix: Updated release-stages.yml AKV Provider publish job artifactName from drop_build_addons_buildSignedAkvPackagedrop_build_addons_build_package_AkvProvider, aligning it with the akvProviderArtifactsName variable defined in onebranch-variables.yml and the actual artifact produced by the build_addons stage.

Issues

Addresses feedback from #4016.

Testing

Pipeline-only change. No automated tests apply. The artifact name now matches the OneBranch naming convention (drop_<stage>_<job>) and is consistent with the centralized variable definition in onebranch-variables.yml.

Guidelines

Please review the contribution guidelines before submitting a pull request:


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback on AKV Provider targeting .NET Standard 2.0 changes Fix AKV Provider release publish job artifact name mismatch Mar 10, 2026
@paulmedynski paulmedynski marked this pull request as ready for review March 10, 2026 12:27
@paulmedynski paulmedynski requested a review from a team as a code owner March 10, 2026 12:27
Copilot AI review requested due to automatic review settings March 10, 2026 12:27
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

Fixes an Azure DevOps OneBranch release pipeline configuration issue where the AKV Provider publish job referenced an outdated pipeline artifact name, causing release runs to fail when downloading build outputs.

Changes:

  • Updated the AKV Provider release publish job to use the current build artifact name: drop_build_addons_build_package_AkvProvider.

You can also share your feedback on Copilot code review. Take the survey.

@paulmedynski paulmedynski merged commit dc478c2 into dev/paul/akv-netstandard Mar 10, 2026
9 checks passed
@paulmedynski paulmedynski deleted the copilot/sub-pr-4016-again branch March 10, 2026 12:46
@github-project-automation github-project-automation bot moved this from To triage to Done in SqlClient Board Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants