Skip to content

Releases: thomhurst/ModularPipelines

1.9.17

03 Sep 13:18
3e5179e

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

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

Choose a tag to compare

  • Detect if the pipeline has been triggerred more than once.

1.9.6

01 Sep 17:11
0db08e1

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

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

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

Choose a tag to compare

  • Use default value for Module result instead of null.

1.8.18

29 Aug 15:28
13a3233

Choose a tag to compare

  • Update NuGet dependencies to latest versions

1.8.8

24 Aug 15:28
4585182

Choose a tag to compare

  • Fix Dependabot pull requests

1.8.6

24 Aug 11:02
473e4e3

Choose a tag to compare

  • Added Release Notes Generator
  • Added ConsoleUse Analyzer / Detector
  • Reworked Environment Variables in the Build pipeline