-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Improve resolving runtime pack in WasmApp targets #55258
Conversation
Tagging subscribers to this area: @directhex Issue DetailsImport Also set
|
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.
The targetingpack.targets changes LGTM. Seems like there are some other build failures though.
a725f4d
to
7c31a55
Compare
Had to take out the |
Import targetingpacks.targets in WasmApp.InTree.targets and use similar logic in WasmApp.LocalBuild.targets.
7c31a55
to
38bf9b4
Compare
8531235
to
1344c93
Compare
1344c93
to
f0a47a6
Compare
Use similar logic to
eng/targetingpacks.targets
inWasmApp.InTree.targets
andWasmApp.LocalBuild.targets
.Also set
UseMonoRuntime=true
to make sure we get the Mono-based runtime pack.