像一些持续集成软件(jenkins)可以编译后自动打包,然后通过web自动发布在一个web页面里,
TFS有没有类似的功能,把生成的包放到一个地方可以通web查看下载安装包
Hi,
对于你的需求你可以通过自定义TFS Build Process template 来实现。请参见: http://msdn.microsoft.com/en-us/library/ms400688(VS.100).aspx
另外,Ewald 有一系列的blog 给出我们详细的指导怎样来自定义build 模版:http://www.ewaldhofman.nl/post/2010/04/20/Customize-Team-Build-2010-e28093-Part-1-Introduction.aspx
使用 TFS build process template 来将文件从一个文件夹copy到另外一个文件夹: http://social.msdn.microsoft.com/Forums/en/tfsbuild/thread/9d019e72-5d85-4675-be35-5636483b22a2
Vicky Song [MSFT] MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.