VS.Net - automating “Execute Custom Tool”

不打扰是莪最后的温柔 提交于 2020-01-05 04:32:09

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/2193188/vs-net-automating-execute-custom-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!