Write your pipelines in C#!
ILoggerIf you want to see how to get started, or want to know more about ModularPipelines, read the Wiki page here
await PipelineHostBuilder.Create()
.ConfigureAppConfiguration((context, builder) =>
{
builder.AddJsonFile("appsettings.json")
.AddUserSecrets