English 中文(简体)
3. 与Build女士结合
原标题:Integrate psake with MsBuild

我正在利用MSBuild为 CI服务。 最近,我正在把 p作为为日常建筑设计书的又一工具,因为我需要对我们的建筑做一些更新,而这种更新将更容易在面包店铺上。 目前,我不想取代我们现有的文字,因为它需要大量的工作,而是保留现有的文字,用假象添加新的文字。

我的问题是——在我创建TFS大楼时,我如何在找到解决办法后掌握假的文字? 我的理解是,在建造工作完成后,我需要增加一个新的目标,执行面包车/电机。 这样做是否正确?

问题回答

Yes that is how you would do it. It is best to separate different parts of your build script so that if you want to change something, you can proceed with ease.

因此,理想的做法是,你应负责汇编你的解决方案,另一个负责测试,另一个负责包装来源,等等。 我最近开始使用面包车,而ts是你想研究某件事情的良好参考。

这样做的正确途径是利用团队管理你的造纸。 在你的印章中,你将设立一个假冒任务,通过<条码>exec{ msbuild YouSolution.sln }打布。





相关问题
How can I overwrite file web.config with web.other.config?

I have a msbuild script with custom logic to deploy my service to the qa server automatically. I have to overwrite the default config with a dedicated one, but when I use <Copy SourceFiles="web....

How do I use MSBuild on a C# project with no compilable code

I have a C# web app project which actually has no ASP.Net or C# in it. It s just a single html page with some Javascript, CSS, and a couple of images. I want to use MSBuild to deploy a version of ...

您能否防止MSBuild.exe经营活动?

我用文字建造一些项目,偶尔利用习俗制造事件,给建筑系统造成了很大困难。 如果有可能,我想援引MSBuild.exe。

building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

How long does my Visual Studio C# compile take?

It seems like it should be possible to configure Visual Studio to print out how long the compile takes. Perhaps somewhere in the .sln file. If the sln is compiled from the command line using ...

热门标签