-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Fix ANCM search for dotnet.exe #18311
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
1. #17393 2. Caused by this line [return ends_with(dotnetPath, L"dotnet.exe", true);](https://github.com/dotnet/aspnetcore/blob/605c522fa3e875fd6d3aefa783a71d1745b7e4c7/src/Servers/IIS/AspNetCoreModuleV2/CommonLib/HostFxrResolver.cpp#L148-L151)
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.
Wow, great PR. Besides making sure this passes, LGTM.
@jkotalik sorry, I don't know why aspnet-core-ci fails to build. How to see the error info? |
I think there is an outage. Let me try retriggering it. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
The CI still fails to build 😢 I see the the step Install Node 10.x on Ubuntu fails:
And the step Run build.cmd on Windows Server2016 x64 complains:
My best guess is it was not caused by my changes . Maybe I should trigger the CI again? /azp run |
/azp run |
Commenter does not have sufficient privileges for PR 18311 in repo dotnet/aspnetcore |
IsDotnetExecutable()
to determine by the filename instead of by ends_with()Addresses #17393 (It was caused by this line: