Skip to content

Releases: thomhurst/ModularPipelines

1.9.28

04 Sep 20:52
Compare
Choose a tag to compare
  • Secrets detector for ILogger

1.9.24

04 Sep 18:27
5aa991e
Compare
Choose a tag to compare
  • Added a Checksum helper class to the Context object

1.9.22

03 Sep 13:47
Compare
Choose a tag to compare
  • Refresh File state whenever calling an action

1.9.17

03 Sep 13:18
3e5179e
Compare
Choose a tag to compare
  • Added some new methods to the Folder class to List files and subfolders

1.9.15

03 Sep 10:06
408376b
Compare
Choose a tag to compare
  • 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

01 Sep 18:06
830a0d9
Compare
Choose a tag to compare
  • Detect if the pipeline has been triggerred more than once.

1.9.6

01 Sep 17:11
0db08e1
Compare
Choose a tag to compare
  • Ofuscate properties with the [Secret] attribute automatically for GitHub actions by utilising the ::add-mask:: command

1.9.4

01 Sep 11:43
fec1f5f
Compare
Choose a tag to compare
  • 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

31 Aug 22:42
d25a87c
Compare
Choose a tag to compare
  • Refactored the pipeline executor
  • Added a results section to the console output

1.8.22

29 Aug 17:50
d28c70e
Compare
Choose a tag to compare
  • Use default value for Module result instead of null.