-
Notifications
You must be signed in to change notification settings - Fork 377
Update to SDK that understands NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY #7814
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
Conversation
…Y, and set some values in eng/common Job template.
…pport and will not receive security updates in the future."
b145c81 to
fd58003
Compare
|
Just making sure the right folks are aware that this means we're taking another unsigned unreleased SDK throughout the stack. |
| <NETCoreApp31RIDs Condition="'@(NETCoreApp31RIDs)' == ''" Include="@(NETCoreApp30RIDs)" /> | ||
| <DefaultValidateFramework Include="netcoreapp3.1"> | ||
| <RuntimeIDs>@(NETCoreApp31RIDs)</RuntimeIDs> | ||
| </DefaultValidateFramework> |
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.
Curious, why did you touch this as part of your PR? FYI we plan to delete this library with #7783.
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.
… and set some values in eng/common Job template. Edit: after PR feedbacks the settings went into common build entry points where other nuget settings already existed
To double check: