VS.Net - 自动化“执行自定义工具”

发布于 2024-08-20 07:01:48 字数 228 浏览 4 评论 0 原文

我的组织有一个 Visual Studio (2008) 项目,其中包含大量 Crystal Reports。我们想做的一件事是能够自动构建该程序集,特别是当 1) 将新报告添加到项目中,或者 2) 每当现有报告之一被修改时。
就使用新的或修改后的报告更新项目而言,一切都很好,但我们尚未找到针对它们运行“执行自定义工具”的方法(以重新生成报告周围的包装器类)。 你们中的任何一位好绅士知道有什么方法可以做到这一点吗?

My organization has a visual studio (2008) project that contains a slew of Crystal Reports. One thing we'd like to do is have the ability to automate the build of this assembly, especially when either
1) a new report is added to the project, or
2) whenever one of the existing reports is modified.
Everything as far as updating the project with new or modified reports is all fine-and-good, but we have yet to figure out a way to run the "Execute Custom Tool" against them (to regenerate the wrapper classes around the reports).
Do any of you fine gentlefolk know of a way to do this?

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

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

发布评论

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

评论(1

夏末 2024-08-27 07:01:48

持续集成设置构建服务器。使用 JetBrains 的 TeamCityCruiseControl.NET(如果您不喝 MS TFS Kool-Aid)。

Set up a build server for Continous Integration. Use either TeamCity from JetBrains or CruiseControl.NET if you're not drinking the MS TFS Kool-Aid.

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