-
Notifications
You must be signed in to change notification settings - Fork 571
Revert "Revert "Update to MTP"" #990
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
Revert "Revert "Update to MTP"" #990
Conversation
…xtprotocol#989)" This reverts commit bf0a65b.
This reverts commit abf4f63.
|
@eiriktsarpalis @stephentoub Can you please double check with this change if all is good now? |
|
This works locally for me. Note: just in case you got build errors related to xunit entry point, make sure to |
Exactly correct. |
|
@eiriktsarpalis @stephentoub Can you restart the failing jobs please? Looks like test flakiness. |
|
@eiriktsarpalis @stephentoub This is green now. Can we get it merged again please? Thanks! |
- I left it in dependabot.yml config in case it gets added back as was done in #990
Reverts #989
@baronfel @rainersigwald I assume it's already a bad practice to read
Configurationwhen in props, because the behavior will be different when building a single project (Configuration is set late) vs when building a solution (MSBuild forces Configuration as a global property)