Skip to content

Commit

Permalink
Configure Startup Filters before Pipeline (#14830)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Dec 4, 2023
1 parent ed99129 commit a5805d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ private static async ValueTask<IShellPipeline> BuildPipelineInternalAsync(this S
configure = filter.Configure(configure);
}

await ConfigurePipelineAsync(builder);

configure(builder);

await ConfigurePipelineAsync(builder);

var shellPipeline = new ShellRequestPipeline
{
Next = builder.Build()
Expand Down

0 comments on commit a5805d5

Please sign in to comment.