2

What difference does it make, if any, publishing a dotnet application for ubuntu using, say,
dotnet publish [...] -r ubuntu.20.04
instead of
dotnet publish [...] -r linux-x64

Performance tweaks, better support... ?! can't answer that from docs.

I have an azure pipeline that releases the app to several different platforms, I would surely prefer using the more general linux-x64 for debian based distributions, instead of having to deal with their specific RIDs.

I wonder, though, if with that benefit I am giving up other non-neglectable ones.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.