msbuild有流畅的库吗

发布于 2024-12-01 12:26:22 字数 241 浏览 1 评论 0原文

因此,我正在进行一个新项目,并且再次花费大量时间来处理 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜嗑 2024-12-08 12:26:22

我刚刚在这里遇到了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文