- Notifications
You must be signed in to change notification settings - Fork5.2k
[wasm] Browser.targets: Fix .dlls being deployed topublish/#96045
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
IL-linked dlls get copied to the `publish/` directory when using AOT.This is because in `ProcessPublishFilesForWasm` target the`ResolvedFileToPublish` item ends with a copy of the original .dllfiles, even though they should be replaced with what was received fromthe nested publish.
…t better behavior with anti-viruses
80454d1 toaf9344eCompareghost commentedDec 19, 2023
Tagging subscribers to 'arch-wasm':@lewing Issue DetailsIL-linked dlls get copied to the
|
maraf left a comment
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.
Looks good to me 👍

Uh oh!
There was an error while loading.Please reload this page.
IL-linked dlls get copied to the
publish/directory when using AOT. This is because inProcessPublishFilesForWasmtarget theResolvedFileToPublishitem ends with a copy of the original .dll files, even though they should be replaced with what was received from the nested publish.