-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix test build error when .NET Core SDK 5 is installed on the machine #225
Fix test build error when .NET Core SDK 5 is installed on the machine #225
Conversation
@BruceForstall were you able to verify if this indeed fixes the failure? |
Yes, it does. Looks like the CI died. I'll try again. |
/azp help |
Supported commands
See additional documentation. |
/azp list |
/azp run runtime-coreclr |
Azure Pipelines successfully started running 1 pipeline(s). |
@dotnet/runtime-infrastructure The runtime-coreclr pipeline "Build Windows_NT arm64 checked" failure here in the "Build native test components" step has an interesting failure:
It looks like someone was on the machine and hit CTRL+C?!? |
Thanks. I think we can safely merge this. |
Also fixes a few infrastructure issues that I have run into along the way.
Fixes #185