I've installed this task in VSTS, using a hosted agent, I get the following error (see below).
Are there additional steps to the task to make this work in VSTS?
#[error]System.IO.FileNotFoundException: File not found: C:\Program Files (x86)\Microsoft Visual Studio .NET 2003\Common7\IDE\Devenv.exe
File name: 'C:\Program Files (x86)\Microsoft Visual Studio .NET 2003\Common7\IDE\Devenv.exe' ---> System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at Microsoft.TeamFoundation.DistributedTask.Task.LegacySDK.ProcessWrapper.Start()
at Microsoft.TeamFoundation.DistributedTask.Task.LegacySDK.ProcessWrapper.Start()
at Microsoft.TeamFoundation.DistributedTask.Task.LegacySDK.ProcessInvoker.Run(CancellationToken token)
at Microsoft.TeamFoundation.DistributedTask.Task.Internal.InvokeToolCmdlet.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()