-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix targets for using the NativeAOT runtime pack as the "target ILC" pack #113902
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 targets for using the NativeAOT runtime pack as the "target ILC" pack #113902
Conversation
…ut but not actually using it as a runtime pack. The NAOT assemblies won't be there.
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets: Language not supported
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
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.
👍
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.
LGTM once you fixglobbing for _NETCoreAppRuntimePackPath as discussed. Thanks!
|
/ba-g failures unrelated |
Change how we select the assets as we aren't using this package as a runtime pack.
Unblocks dotnet/sdk#46611