msbuild有流畅的库吗
因此,我正在进行一个新项目,并且再次花费大量时间来处理 msbuild xml。
所以,我不得不问,“为什么我不能在 .net 代码而不是 friggin xml 中执行此操作?”
也许我应该在 powershell 中执行此操作,但我几乎不知道如何拼写。
谁能向我指出一个用于 msbuild 的 Fluent 库或一个 powershell 脚本,其中包含更常见的构建、配置、部署任务的示例?
谢谢!
So I'm on a new project and once again I'm consuming an inordinate about of time wrestling the msbuild xml.
So, I've got to ask, "Why can't I do this in .net code instead of friggin xml?"
Maybe I should be doing it in powershell but I barely know how to spell that.
Can anyone point me to a fluent library for msbuild or a powershell script that that has examples of the more common build, configure, deploy tasks?
thx!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚在这里遇到了 Fluent-build http://code.google.com/p/ Fluent- build/
看起来它可能有用,但看起来他在巡航控制方面遇到了一些困难,这是我们正在使用的 ci 服务器...
如果这不起作用,我可能会尝试使用流畅的 xml 库来构建我的构建文件,使其更易于维护和可读。类似于 http://improve.dk/archive/2007/10 /20/xmldocument- Fluent-interface.aspx 看起来很有趣。
I just ran across fluent-build here http://code.google.com/p/fluent-build/
Seems like it might work but it looks like he's had some difficulty with cruise control which is the ci server we're using...
If that doesn't work I might try using a fluent xml library to build my build file to make it more maintainable and readable. Something like http://improve.dk/archive/2007/10/20/xmldocument-fluent-interface.aspx looks interesting.