This allows for hooking into the build process either before or after the core targets (Bar, Baz) of the Foo meta-target easily when the project is included.
Should change an explicit DependsOnTargets content into such a construct.
Description
The common pattern is: the target named Foo that depends on Bar and Baz should be authored like
This allows for hooking into the build process either before or after the core targets (Bar, Baz) of the Foo meta-target easily when the project is included.
Should change an explicit DependsOnTargets content into such a construct.