Skip to content

Commit 62cda3f

Browse files
authored
Turn off debug mode on build pipeline (#237)
1 parent 7bc94e5 commit 62cda3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ModularPipelines.Build/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using Octokit.Internal;
1414

1515
await PipelineHostBuilder.Create()
16-
.SetLogLevel(LogLevel.Debug)
1716
.ConfigureAppConfiguration((_, builder) =>
1817
{
1918
builder.AddJsonFile("appsettings.json")

0 commit comments

Comments
 (0)