Running command line statements from TFS custom activity

北城以北 提交于 2019-12-02 01:38:24

问题


I'd like to run a command to execute a subversion command from the TFS custom activity. Should I create a msbuild script to exec the svn command and call msbuild from the activity?

Thanks. Anyone?


回答1:


You can also add an InvokeProcess activity to the build process template.

See http://www.ewaldhofman.nl/?tag=/build+2010+customization for more information on how to modify the build process template.



来源:https://stackoverflow.com/questions/3770333/running-command-line-statements-from-tfs-custom-activity

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