Skip to content

Add support for Engine event hooks after execution as well as before #3151

@BlythMeister

Description

@BlythMeister

Currently the CakeEngine will fire events before running:

  • Setup
  • TaskSetup
  • TaskTeardown
  • Teardown

Add support for event hooks after each of these methods have fired.

This is to allow Modules (such as Cake.BuildSystems.Module) to provide a custom engine which performs an action after the method has fired as well as before.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions