-
-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup/Teardown should provide ICakeContext #743
Comments
@patriksvensson this would allow the overall assertion of whether a build succeeded or not in the Teardown method, right? |
@gep13 would be nice if one in the tear down could get a hold of last exception / errror |
@patriksvensson is this issue a duplicate of this one: #686 |
@gep13 Yes. Kind of 😄 |
Should we close the other one, and leave only this one? |
@gep13 Yes. I'll do that. |
ChrisMaddock
pushed a commit
to ChrisMaddock/cake
that referenced
this issue
May 5, 2016
Also obsoleted (with warning) old methods that don't use the ICakeContext version of the methods. Closes cake-build#743
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Setup
/Teardown
methods on theScriptHost
does not provide aICakeContext
for the delegate. Of course we will still have to support the old way, but would like those method to be aAction<ICakeContext>
instead of a parameterlessAction
.The text was updated successfully, but these errors were encountered: