Releases: thomhurst/ModularPipelines
Releases · thomhurst/ModularPipelines
1.9.28
- Secrets detector for ILogger
1.9.24
- Added a Checksum helper class to the Context object
1.9.22
- Refresh File state whenever calling an action
1.9.17
- Added some new methods to the Folder class to List files and subfolders
1.9.15
- README and License added to NuGet packages
- Fix issue with the pipeline terminating even if IgnoreFailure was true on a module
- Added an IgnoredFailure status type for modules
1.9.8
- Detect if the pipeline has been triggerred more than once.
1.9.6
- Ofuscate properties with the [Secret] attribute automatically for GitHub actions by utilising the ::add-mask:: command
1.9.4
- Add code coverage to build project which will link to the Codacy reports
- Add Http helper to Module Context
- Add Downloader helper to Module Context
1.9.1
- Refactored the pipeline executor
- Added a results section to the console output
1.8.22
- Use default value for Module result instead of null.