-
Notifications
You must be signed in to change notification settings - Fork 271
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
What is the purpose of setting a message
for setResult(TaskResult.Succeeded, "Success");
calls?
#940
Labels
Comments
Hi @Ethan-Arrowood, it's a good remark. |
Could you take a look at #929 too? I opened this one for a similar thing |
ivanduplenskikh
added a commit
that referenced
this issue
Jul 6, 2023
@Ethan-Arrowood, I'm closing this issue for now so #941 has been merged. |
I don't see the review comment on #929 |
fullstackinfo
pushed a commit
to fullstackinfo/azure-pipelines-task-lib
that referenced
this issue
Aug 17, 2024
Added overload signature. When the result argument is TaskResult.Succeeded so the message can be optional
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to better understand the
setResult
api. Based on the docs, I'm wondering what is the purpose of the second argument,message
, whenTaskResult.Succeeded
is used? Should it be optional for that enum?The text was updated successfully, but these errors were encountered: