Skip to content
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

Updated VsTestV2 task to version 2.237.2 #19678

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

triptijain2112
Copy link
Contributor

Task name:

Description:

Documentation changes required: (Y/N)

Added unit tests: (Y/N)

Attached related issue: (Y/N)

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

@@ -18,7 +18,7 @@
"version": {
"Major": 2,
"Minor": 237,
"Patch": 0
"Patch": 2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't able to update it to version 2.237.1 because of below error:
Uploading image.png…

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is expected. Since 2.237.1 will be used for Node 20 version of the task. After this PR is merged, 2.237.3 will be used for newer node 20 version of the task.

@@ -39,7 +39,7 @@ export class NonDistributedTest {
}

} catch (err) {
tl.setResult(tl.TaskResult.Failed, tl.loc('VstestFailedReturnCode'), true);
tl.setResult(tl.TaskResult.Failed, err, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we double check whether, we are logging the stack trace of the error, or just the error statement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants