-
Notifications
You must be signed in to change notification settings - Fork 132
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
NETSDK1195 error when building runtime in bootstrapping stage 2 build leg #3490
Comments
This is caused by the changes in dotnet/sdk#32045 |
@sbomer - To investigate, here's the link for the runtime binlog. |
This failure happens whenever the SDK tries to reference an ILLink pack that isn't supported for the target TFM. It could be caused by the line mentioned in dotnet/sdk#32045 (comment). When runtime picks up an SDK with my change, it needs to change the property name from Are there repro steps I can try out to validate a fix? |
Should be fixed with dotnet/runtime#87071. I'll leave this open until the fix is confirmed in source-build. |
The fix flowed in with dotnet/installer#16621. |
Example build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2192289&view=logs&j=4cede3bc-29a7-5d91-52ef-402f98629c03&t=dd97ae34-3027-5020-e259-ff298adf2f8e (internal link)
The text was updated successfully, but these errors were encountered: