MSBuild 入门套件

发布于 2024-08-30 02:41:44 字数 320 浏览 2 评论 0原文

只是想知道是否有人知道是否有 MSBuild 入门套件。

我所说的入门工具包的意思是,从外观来看,大多数构建都有点相同的步骤,只是到处都有细微的变化(即大多数构建将运行测试、覆盖、压缩结果、生成报告、部署等) 。此外,大多数人通常希望从 CI 构建、测试构建、发布构建中得到的东西大多是相同的,只是有一些细微的变化。

现在不要误会我的意思,我认为大多数脚本最终都有很大不同。但我忍不住认为大多数人一开始的生活都非常相似。

因此,有谁知道有任何“入门套件”具有类似开发/CI/测试/发布构建的功能,其中包含大多数人希望您可以开始更改和修改的常见任务?

干杯 安东尼

Just wondering if anyone knows if there are any MSBuild starter kits out there.

What I mean by starter kits is that from the looks of it most builds to kinda the same sort of steps with minor changes here and there (i.e. most builds would run test, coverage, zip up the results, produce a report, deploy etc). Also what most people in general want from a CI build, test build, release build is mostly the same with minor changes here and there.

Now don't get me wrong i think that most scripts are fairly different in the end. But I can't help but think that most start out life being fairly similar.

Hence does anyone know of any "starter kits" that have like a dev/CI/test/release build with the common tasks that most people would want that you can just start changing and modifying?

Cheers
Anthony

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

回忆躺在深渊里 2024-09-06 02:41:44

您应该查看 MSBuild 博客网站。他们得到了一些东西:
MSBuild 入门

MSBuild 扩展包提供了超过 415 个 MSBuild 任务、MSBuild 记录器和 MSBuild TaskFactories 的集合。

You should check out the MSBuild blog site. They got some stuff:
Getting Started with MSBuild

The MSBuild Extension Pack provides a collection of over 415 MSBuild Tasks, MSBuild Loggers and MSBuild TaskFactories.

墨落画卷 2024-09-06 02:41:44

PluralSight 在介绍级别上有一个很好的视频MSBuild 课程。

PluralSight has a good video on the intro level course of MSBuild.

花辞树 2024-09-06 02:41:44

您可以先阅读这篇文章:演练:使用 MSBuild 非常有用(在那篇文章中,您可以找到很多与 MsBuild 相关的更具体主题的链接);)

You can go first to this article: Walkthrough: Using MSBuild Really Usefull (in that article you can find a lot of link to more specific subjects related with MsBuild) ;)

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