-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix checking for updated workload packs in advertising manifests #28327
Fix checking for updated workload packs in advertising manifests #28327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A regression test would be ideal but sounds like that'd be a lot of work!
Also, we have been seeing that pipeline failure with RazorSDK files being in use a lot recently.
@marcpopMSFT Did you have a fix for the below, or was that for something else? If we don't have a fix this could go on a list of build reliability things to look at.
|
I did update the data used by existing workload update tests to cover this scenario, so we do have regression coverage. |
I've been meaning to make a list of build reliability things, will add this to that later today |
approved via email |
Description
Fixes issue where after updating from Preview 7, workload install commands would fail with a KeyNotFoundException.
Fixes #28217
Regression
Yes - this is a behavior regression from previous previews. The code didn't regress recently, rather we renamed workload packs in RC1 which exposed a preexisting bug in the code.
Risk
Low
Testing