In all the samples/tutorial I found that show how to deploy a asp.net core (net 6) webapp to Azure via a github action, the website was very easy with a one project/solution.
But how can I specify which project to deploy if my solution has more websites?
In this sample I want to deploy only the frontend (and the referenced .dll/classlibrary domain) and not the backoffice



