-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
GH2578: Support version ranges with NuGet in-process installer #3240
Conversation
Interesting. The integration tests ran successfully for me locally but the build servers are failing as described here. |
0e95c81
to
0692946
Compare
No assemblies found after running content resolver:
|
Using a
|
Extract from relevant integration tests with diagnostics logging:
See logs_975.zip for the full logs from successful build with diagnostics logging. Also, note that NuGet dependency resolution rules seem to be using "lowest applicable version" to resolve version @augustoproiete ready for review. |
Unrelated build failure in
I've seen this before; seems to happen randomly. |
@devlead ready for a final review when the checks pass. |
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.
LGTM 👍
@gitfool your changes have been merged, thanks for your contribution 👍 |
Fixes #2578. Derived from PR #2576 - brought up to date with some of my own tweaks and fixed integration tests.