You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Complete-WhiskeyBuild function that task authors can call to stop a build from progressing, marking it as successful.
It should not have any parameter and should read the context from the Invoke-WhiskeyTask scope. Add a TaskResult property to the context object that gets set to something like 'Complete`.
The text was updated successfully, but these errors were encountered:
Create a Complete-WhiskeyBuild function that task authors can call to stop a build from progressing, marking it as successful.
It should not have any parameter and should read the context from the
Invoke-WhiskeyTask
scope. Add aTaskResult
property to the context object that gets set to something like 'Complete`.The text was updated successfully, but these errors were encountered: