Is there a way to know the currently executing task? #4700
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 3 replies
|
That would be Task Setup/Teardown https://cakebuild.net/docs/writing-builds/setup-and-teardown |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using CakeFrosting, but I suppose it would be same for .cake files and Cake SDK.
Sometimes I find the need to log the executing task/target to other platforms (like MSBuild).
Is there a way to get that information from the Cake context?
All reactions