Tara Singh
Tara Singh

Reputation: 1841

How to execute a program on remote machine from Cruise Control .net build process?

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 execute the program on the remote machine from my cruise control .net build process. I know how to run the tools on the same machine. but I am not able to figure out how can i execute it if this tool is on remote machine. Any suggestions?

Upvotes: 2

Views: 686

Answers (1)

Pedro
Pedro

Reputation: 12328

One option is to use psexec to remotely call a command-line tool on another machine.

Upvotes: 2

Related Questions