When I publish my blazor client side app, it seems that server part of the app (hosted by asp.net core) is not published.
I figured out something is wrong when i could not access any of the api endpoints of the app.
What could I do to get all projects/assemblies published?