Releases: thomhurst/ModularPipelines
Releases · thomhurst/ModularPipelines
2.36.4
2.35.0
- Throw an exception when defining duplicate constraint keys on the same NotInParallel attribute
context.LogOnPipelineEnd(...)
method to easily log information at the end of the pipeline where it's easier to find in logs
Dependabot
2.34.0
- Remove the need to use reflection within ProgressPrinter for appending Sub-Modules to a parent Module
Dependabot
- Bump Polly from 8.3.1 to 8.4.0 (#478)
- Bump Spectre.Console from 0.48.0 to 0.49.1 (#482)
- Bump YamlDotNet from 15.1.2 to 15.1.4 (#484)
- Bump the test-dependencies group across 1 directory with 3 updates (#491)
- Bump NReco.Logging.File from 1.1.7 to 1.2.0 (#480)
- Bump FluentFTP from 49.0.2 to 50.0.1 (#479)
- --- (#489)
- Bump NUnit.Analyzers from 4.1.0 to 4.2.0 in the test-dependencies group (#477)
- Bump the azure-dependencies group with 13 updates (#476)
2.33.0
2.32.0
2.31.3
2.31.0
GetModuleResultsAsync()
method exposed onPipelineSummary
object. This will returnIModuleResult
objects which exposes module name, status, start, finish, and any skip reasons or exceptions.
Dependabot
- Bump Azure.Identity in /test/ModularPipelines.TestHelpers (#473)
- Bump the test-dependencies group with 2 updates (#470)
- Bump Vampire/setup-wsl from 2.0.1 to 3.0.0 (#464)
- Bump actions/cache from 3 to 4 (#465)
- Bump actions/upload-artifact from 3 to 4 (#462)
- Bump actions/checkout from 3 to 4 (#463)
- Bump actions/setup-dotnet from 3 to 4 (#461)
2.30.9
2.30.5
Refresh Progress Task at 1 second intervals (#456) * Refresh Progress Task at 1 second intervals * Formatting Markdown --------- Co-authored-by: Tom Longhurst <[email protected]>