Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Dec 26, 2023
1 parent 6cb6216 commit ab21ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModularPipelines.Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ await PipelineHostBuilder.Create()
.AddModule<WaitForOtherOperatingSystemBuilds>()
.AddModule<DownloadCodeCoverageFromOtherOperatingSystemBuildsModule>()
.AddModule<MergeCoverageModule>()
.AddModule<GetChangedFilesInPullRequest>()
.AddPipelineModuleHooks<MyModuleHooks>();

collection.AddSingleton(sp =>
Expand All @@ -57,7 +58,6 @@ await PipelineHostBuilder.Create()
collection.AddModule<CreateLocalNugetFolderModule>()
.AddModule<AddLocalNugetSourceModule>()
.AddModule<UploadPackagesToLocalNuGetModule>()
.AddModule<GetChangedFilesInPullRequest>()
.AddModule<CheckReleaseNotesAddedModule>();
}
else
Expand Down

0 comments on commit ab21ba1

Please sign in to comment.