System.InvalidOperationException: A type named ‘StartupProduction’ or ‘Startup’ could not be found in assembly
I am trying to publish ASP.NET Core Web API to Azure with GitHub CI/CD. I am using completely default and generated WeatherForecast in .net 8.0. My problem is that GitHub actions fail everytime with following error: