Perforce tasks for MS Build

邮差的信 提交于 2019-12-21 17:31:04

问题


Are there any community MSBuild tasks for Perforce (e.g. even just basic syncing)?

Neither the MSBuild Community tasks or MSBuildExtenstion pack seem to have any.


回答1:


It looks like the open source MSBuild Contrib project has some p4 tasks. I've never used them before so I can't say how well they work. If they don't work you can always write your own tasks, they are pretty easy if you are able to write .NET code. If you don't want to go that route you can use the Exec task to execute command line commands to perform those operations for you.



来源:https://stackoverflow.com/questions/2418712/perforce-tasks-for-ms-build

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