Do not install Roslyn.VisualStudio.InteractiveComponents.vsix for integration tests#43727
Do not install Roslyn.VisualStudio.InteractiveComponents.vsix for integration tests#43727jasonmalinowski merged 1 commit intorelease/dev16.6from
Conversation
jasonmalinowski
left a comment
There was a problem hiding this comment.
Based on a internal conversation, sounds like this is necessary in this branch since in master we had already deleted this VSIX. The theory is this VSIX isn't installable on our current integration test images since it disappeared from the base image.
|
Going to merge this bypassing CI requirements. We believe the next step is to backport #43628 to this branch and I'll make a PR doing that momentarily, but this at least has improved the situation in that our tests are actually running now, unlike before where we failed to even deploy them. Since we have few other PRs going into this branch right now this at least lets those other PRs see which additional tests they might be breaking. |
|
Thanks @tmat for the quick diagnosis and fix! |
No description provided.