I want to run a tool as part of my build process which requires environment setup for its execution. I have setup this environment on another machine. Is there any way I can
One option is to use psexec to remotely call a command-line tool on another machine.