Fix AKV Provider release publish job artifact name mismatch#4026
Merged
paulmedynski merged 2 commits intodev/paul/akv-netstandardfrom Mar 10, 2026
Merged
Fix AKV Provider release publish job artifact name mismatch#4026paulmedynski merged 2 commits intodev/paul/akv-netstandardfrom
paulmedynski merged 2 commits intodev/paul/akv-netstandardfrom
Conversation
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
approved these changes
Mar 10, 2026
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The AKV Provider release publish job in
release-stages.ymlwas referencing the old artifact namedrop_build_addons_buildSignedAkvPackageafter the build job was renamed tobuild_package_AkvProvider(producing artifactdrop_build_addons_build_package_AkvProvider). This mismatch would cause AKV Provider releases to fail as the publish job would not find the build artifact.release-stages.ymlAKV Provider publish jobartifactNamefromdrop_build_addons_buildSignedAkvPackage→drop_build_addons_build_package_AkvProvider, aligning it with theakvProviderArtifactsNamevariable defined inonebranch-variables.ymland the actual artifact produced by thebuild_addonsstage.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 inonebranch-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.