Add runtime and aspnetcore patches to always build libs, app.ref and targetting packs#13009
Conversation
|
The failing bootstrap build in CI is tracked with dotnet/aspnetcore#39471. |
What does "failing bootstrap" mean❔ Is this a warning somewhere in the CI checks for this PR❔ (Too much noise for me to see a new warning.) |
WindowsDesktop is not part of source-build so a patch is not needed. The runtime fix was already checked in and this proactively pulling the fix into source-build until it flows in. |
This is referring to a failed CI leg - https://dev.azure.com/dnceng/public/_build/results?buildId=1548836&view=logs&jobId=aaac6b38-f75f-5b74-6803-9c7a6ece1300&j=aaac6b38-f75f-5b74-6803-9c7a6ece1300&t=adc24de6-3810-5eb5-4a4f-f000ec649b58 This leg is still running with the aspnetcore fix - not sure why it isn't showing up today in GH checks. |
Ah, you were describing the problem w/o this PR. Got it. |
Fixes dotnet/source-build#2706
Related to dotnet/runtime#63653