How to publish html report inside VSTS
问题 I have a simple batch (let's call it run_job.bat ) job that I set up in VSTS as release definition . VSTS reads this file from the remote git repository that is also set up in VSTS. The agent is configured on a remote machine to access certain folder, say C:\AllScans\FolderWhereScanIsRunning\ bring the necessary batch file in there and start the run. The job runs some scan against web application and generates report file with some unknown for me extension. Another job then runs as queue in