多解决方案构建 [英] Multiple solution build

查看:96
本文介绍了多解决方案构建的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我有一个使用65左右的解决方案编写的Silverlight应用程序。

I have a Silverlight application that has been written using around 65 solutions.

使用我编写的使用MSBuild的脚本编译前64个解决方案然后将输出DLL复制到3个不同的位置1作为所有DLL的存储,另一个2是最终的构建。在所有DLL的最终副本之后,主导航
项目与Web项目一起构建以运行SL应用程序。

The first 64 solutions are compiled using a script I wrote that uses MSBuild then the output DLLs are copied to 3 different places 1 being a store for all DLLs and the other 2 being for the final build. After the final copy of all DLLs, the main navigation project is built along with the web project to run the SL app.

结果是发布版本。

我的问题是;这可以在TFS CI中实现自动化吗?

My question is; can this be automated in TFS CI?

我可以使用  TFS代理运行模拟它们的脚本吗?

Can I run the scripts of simulate them using a TFS agent?

提前感谢您的帮助。

Lee 

Lee 

推荐答案

Hi Lee,

Hi Lee,

感谢您发布这里。

你使用哪个TFS版本?你使用vNext构建还是XAML构建?

Which TFS version do you use? Do you use vNext build or XAML build?

如果你使用的是 vNext Build,您可以使用几个构建步骤来构建,发布dll,如下图所示:

If you are using vNext Build, you could use several build steps to build, publish dll ,like the image below:

您可以使用通配符查找多个解决方案。

You could use wildcard to find multiple solutions.

>>我可以使用  TFS代理运行模拟它们的脚本吗?

是,您可以使用批处理脚本或PowerShell构建步骤来运行脚本文件。

Yes, You could use Batch Script or PowerShell build steps to run your script files.


这篇关于多解决方案构建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆