My MSTest creates an artifact the end and attached it to the test output using TestContext.AddResultFile
.
If I run the test on my local machine then the attached files are available with test output, but when I run the test on a remote test agent the output doesn't have any files attached with it.
I have checked all options in the "Data and Diagnostics" section in .testsettings
file, but nothing worked.
How can i get the test results attachments from remote test agent?