Fix to build mono on Windows with ninja by default as well#50793
Fix to build mono on Windows with ninja by default as well#50793akoeplinger merged 1 commit intodotnet:mainfrom
Conversation
This got broken by dotnet@8c2158f since we no longer passed /p:Ninja=true down to mono.proj
|
Tagging subscribers to this area: @directhex |
|
Looks like this was missed in the initial PR because it didn't touch any files in src/mono so CI didn't trigger mono legs. @safern should we add |
|
Hmmm that should already be included: https://github.com/dotnet/runtime/blob/main/eng/pipelines/common/evaluate-default-paths.yml#L28-L45 |
|
I do see mono build running on that PR build: Also this is the output for evaluate paths for the mono subset: And here is the build for Browser on Windows that ran on that PR: |
|
@safern hmm you're right, it did run in the PR. I was confused because GitHub doesn't show it in the PR result summary at the end of the PR (only lists 100 statuses there) but does show it on the Checks tab: vs. This PR should still fix the issue though. |
|
|


This got broken by 8c2158f since we no longer passed
/p:Ninja=truedown to mono.proj from build.cmd/ps1Fixes #50753