fix: some fix to run pipeline

This commit is contained in:
Lasse Rune Hansen 2026-06-10 17:38:18 +02:00
parent 7b7ae98c31
commit 50ecb58f70

View file

@ -30,7 +30,7 @@ Log.Logger = new LoggerConfiguration()
.WriteTo.Console()
.CreateBootstrapLogger();
try
try
{
var builder = WebApplication.CreateBuilder(args);