Deploy multiple projects from the same solution

Hello,

We have a .Net Solution with multiple projects:

  • PublicUI
    -CommonDll
  • AdminBackend
    I want to configure CI/CD pipeline to be able to deploy separately PublicUI and AdminPart.
    Please give me an advice how to handle the right way this situation.