fix: some fix to run pipeline
This commit is contained in:
parent
7b7ae98c31
commit
50ecb58f70
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Log.Logger = new LoggerConfiguration()
|
||||||
.WriteTo.Console()
|
.WriteTo.Console()
|
||||||
.CreateBootstrapLogger();
|
.CreateBootstrapLogger();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue