“Build” Classic ASP with TFS 2010

為{幸葍}努か 提交于 2020-01-03 10:24:18

问题


I'm using TFS 2010 for source control and for continuous integration (among other things). I've got a Classic ASP application that I maintain that I'd like to incorporate in a continuous integration build; however, I must supply a "Item to Build" in the build definition. Since Classic ASP doesn't have a solution or project associated with it, what are some ways I can still use a TFS 2010 Team Build, without having to mess with the "Items to Build"?


回答1:


I think that I determined my solution to be creating a solution and the .asp pages to the project to get TFS to move the files out, then use the modified deploy process to exclude the bin directory (since it's essentially empty).



来源:https://stackoverflow.com/questions/3769210/build-classic-asp-with-tfs-2010

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