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

蹲街弑〆低调 提交于 2019-12-30 11:26:46

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/6529727/how-to-execute-a-program-on-remote-machine-from-cruise-control-net-build-proces

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!