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:
I also tried to update Swashbuckle.AspNetCore package, but the error persists. If you know how to fix this problem, please let me know. Thanks!