-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Change www.microsoft.com to www.github.com in test #89792
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
Change www.microsoft.com to www.github.com in test #89792
Conversation
|
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones Issue DetailsFixes #89779. The change to use www.github.com was done after discussion with @wfurt. Grepping the source code shows that we are using https://microsoft.com on other places as well, but so far they did not turn up in a CI report as failures, so I would prefer to do them as we encounter them.
|
|
/azp run runtime-libraries-coreclr-outerloop |
|
No pipelines are associated with this pull request. |
|
/azp list |
|
/azp run runtime-libraries-coreclr outerloop |
wfurt
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.
LGTM
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The test in question is passing on CI. Other failures are unrelated. |
Fixes #89779. The change to use www.github.com was done after discussion with @wfurt.
Grepping the source code shows that we are using https://microsoft.com on other places as well, but so far they did not turn up in a CI report as failures, so I would prefer to do them as we encounter them.