Can we start visual studio using an external exe as a devenv command? As described in the link: /Command (devenv.exe)
I am trying something in the lines of
devenv.exe /command "vstest.console.exe MyVSUITest.dll"
But this says 'Command is not valid'. Do I have to add this as Visual Studio command somehow?