We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096eaca commit 2dc0526Copy full SHA for 2dc0526
src/ModularPipelines.Build/GitHubYamlWriter.cs
src/ModularPipelines.Build/Program.cs
@@ -68,5 +68,4 @@ await PipelineHostBuilder.Create()
68
})
69
.ConfigurePipelineOptions((context, options) => options.DefaultRetryCount = 3)
70
.SetLogLevel(LogLevel.Debug)
71
- .AddPipelineFileWriter<GitHubYamlWriter>()
72
.ExecutePipelineAsync();
0 commit comments