-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
CI matrix change: add Windows Server 2022 #60163
Conversation
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
@wfurt, this PR change ssl detection for test. Can you review if this change is reasonable? |
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.
Detection changes look ok to me. I like the idea of establishing clear default and generalizing the code.
cc @ManickaP |
Libraries test runs on Windows on my PR were green, so I'd imagine we no longer need this for some reason? I |
I think the detection part is valuable. There is push to disable Tls1.0 and Tls1.1 on Azure machines. While we dodged it for now (hopefully) that day may come so as other can run into it on their machines. |
@wfurt would you mind taking care of that? |
part of #57947
This PR changes ssl detection for test for older ssl version