Github Action build-deploy Docker ASP.NET Core 8 Web API failure – Cannot find referenced projects
I am trying to build and deploy a .Net 8 Web API using a Github Action that references some other projects in the solution. I am getting the error
Github Action build-deploy Docker .Net 8 WebApi failure – “Program does not contain a static ‘Main’ method suitable for an entry point”
I am trying to complete a Github action to build and deploy my .Net8 web API with Docker to Kubernetes. Here is the yml file I am currently using for the workflow: