I'm writing a script to trigger several VSTS load tests in a row using mstest.exe. I notice there's a /resultsfile option that lets me specify where the test results are stored, but it looks like this will only save a .trx file (which seems to be tied to the controller's test run database).
I would like to export this result to an .ltrar file (which extracts the actual result data, so it can be imported elsewhere). I currently do this by hand from the "Open and Manage Load Test Results" dialog (select my controller, select the test from the load test results history, and click "Export..."). Is there a way to do this from the command line?