Skip to content

Releases: thomhurst/ModularPipelines

2.3.0

11 Sep 21:22
e5f0d35

Choose a tag to compare

  • Return a pipeline summary model with more information from the Pipeline ExecutePipelineAsync call
  • Fixed race condition with trx file parsing before the file was saved for DotNet Test

2.2.0

11 Sep 17:20
41362f5

Choose a tag to compare

  • Retry policies
  • Increase test coverage
  • Add code coverage badge

2.0.8

07 Sep 16:26
99d1b73

Choose a tag to compare

  • Fix README Code Samples
  • Improve Test Coverage

2.0.5

06 Sep 21:31
2715fe8

Choose a tag to compare

  • BREAKING: Modules now just need to return T instead of ModuleResult - This should simplify and neaten your modules
  • Breaking: Rename context interface from IModuleContext to IPipelineContext
  • Exclude Options Classes from Code Coverage
  • File ReadAllLines Helper
  • File WriteAllLines Helper
  • Move Slack project to src directory

1.9.38

05 Sep 15:35
9fafd77

Choose a tag to compare

  • Format Console Results Table with Colours

1.9.36

05 Sep 15:07
a227281

Choose a tag to compare

  • Slack WebHook Helper
  • LoggingHttpClient from Context.Http

1.9.31

04 Sep 22:48
b95b658

Choose a tag to compare

  • Added Debug Symbols for NuGet packages

1.9.28

04 Sep 20:52

Choose a tag to compare

  • Secrets detector for ILogger

1.9.24

04 Sep 18:27
5aa991e

Choose a tag to compare

  • Added a Checksum helper class to the Context object

1.9.22

03 Sep 13:47

Choose a tag to compare

  • Refresh File state whenever calling an action