I\'m trying to use vstest.console.exe with the TfsPublisher logger in VSTS (cloud).
There\'s a URL example shown in the article for TFS onsite, but I\'m trying to wo
I effectively got the result I wanted using the Trx logger and one of the "Publish Test Results" build steps:
vstest.console.exe ... /logger:Trx
The build name is generated by "Build number format" under build definition "General" tab. You can get it from "BUILD_BUILDNUMBER" variable.