I am following instructions on how to deploy Blazor WebAssembly (HOSTED) as stated here
It is unclear when I want to publish project do I run publish on a WebAssembly project or on Server project. Both projects under same solution do allow publish and publish directories are created separately, for example
/bin/Release/netstandard2.1/publish
and
/bin/Release/netcoreapp3.1/publish
Which directory out of these two should I deploy to production server?