-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/6.0] Port ICU tests fix for server core x86 #65038
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
|
Tagging subscribers to this area: @dotnet/area-system-globalization Issue Detailsicu is not present on Server Core in the SysWOW64. Test only change to help get release branch CI green. Branch is closed at the moment, but this can be merged when it is opened.
|
danmoseley
left a comment
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.
thanks for keeping the tests healthy in servicing branches..
Trying my best, with so many changes it's been a challenge but I think we are getting there. |
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
|
Thanks, @akoeplinger for pushing the missing platform detection member. |
icu is not present on Server Core in the SysWOW64.
Test only change to help get release branch CI green.
Branch is closed at the moment, but this can be merged when it is opened.