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

Adding fix for removing old trx files in case of multiple test tasks #6615

Merged
merged 2 commits into from
Mar 8, 2018

Conversation

prawalagarwal
Copy link
Member

This PR is to address the issue here.

Currenty, if there are two or more .Net tasks with test command, all the tasks after the first one publish the result files created by the tasks before it, creating multiple runs. This code fix will delete the trx files before running the tests, thus leaving only the trx file from the current run before the publish command is called.

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.

2 participants