-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet-publish forgets System.Native.so on Ubuntu 14.04 #4581
Comments
@piotrpMSFT @anurse Any clue on this? It's quite annoying to have to manually deploy (yet another) patch to my publish folder. Or is there an alternative to |
The package For what it's worth, by directly depending on /cc @brthor |
Thanks @brthor: this is better solved by depending on |
…0200520.3 (#4581) Microsoft.Build.Localization , Microsoft.Build From Version 16.7.0-preview-20224-01 -> To Version 16.7.0-preview-20270-03 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Clone https://github.com/andschwa/System.Native.so
Build with
./build.sh
on an Ubuntu 14.04 system.While
dotnet-run
works,dotnet-publish
forgets to includeSystem.Native.so
, and thus fails.The text was updated successfully, but these errors were encountered: