Skip to content

Releases: thomhurst/ModularPipelines

2.12.1

04 Oct 12:33
d537e78

Choose a tag to compare

  • Added an analyzer to detect dependency conflicts at compile time
  • Improve xmldoc coverage
  • Write dependency chain within a log block if the build agent supports it
  • A SetLogLevel method on the PipelineHostBuilder

2.11.12

01 Oct 13:45
6704750

Choose a tag to compare

  • File globbing search

2.11.9

30 Sep 13:55
64ef1f1

Choose a tag to compare

  • Switch package TomLonghurst.EnumerableAsyncProcessor to EnumerableAsyncProcessor
  • Switch package Initialization.Microsoft.Extensions.DependencyInjection to Initialization.Microsoft.Extensions.DependencyInjection

2.11.4

30 Sep 11:10
033d304

Choose a tag to compare

  • CancellationToken support for reading and writing files

2.11.0

29 Sep 19:30
dbc50a8

Choose a tag to compare

  • Breaking: Added IPipelineHookContext parameter into IModuleResultRepository
  • Breaking: Hooks now accept a IPipelineHookContext rather than a IPipelineContext

2.10.6

29 Sep 00:16

Choose a tag to compare

  • Submodule progress reported within the console progress dialog

2.10.0

28 Sep 15:43
c25f943

Choose a tag to compare

  • Breaking: ConfigurePipelinePlugins method has been removed and the methods made available directly on the PipelineHostBuilder
  • Breaking: IPipelineModuleHooks.OnBeforeModuleEndAsync has been renamed to OnAfterModuleEndAsync
  • Trying to retrieve a Module from within a RunConditionAttribute or a Pipeline Hook will no longer hang and will throw an exception

2.9.0

28 Sep 12:39
37d75ab

Choose a tag to compare

  • JSON Serialization Support
  • AWS Helper
  • GitHub Helper
  • TeamCity Helper

2.8.23

26 Sep 14:05
866ff5a

Choose a tag to compare

  • StyleCop analyzers to enforce code quality
  • Upload code coverage results to CodeCov
  • Print results in their finishing order once the pipeline has finished

2.8.4

24 Sep 18:03
2001fe0

Choose a tag to compare

  • Print the time only in the pipeline results if the date hasn't changed