Running command line statements from TFS custom activity

后端 未结 1 1524
盖世英雄少女心
盖世英雄少女心 2021-01-22 13:33

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 activ

相关标签:
1条回答
  • 2021-01-22 14:09

    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.

    0 讨论(0)
提交回复
热议问题