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"?
相关问题
- If condition not working in classic ASP
- IE8 Form Not Submitting (Intermittent)
- Server.Transfer from ASP to ASP.Net
- Classic Asp date comparison not working correctly
- Using asp objects in .NET - Max compatibility
相关文章
- Can a VBScript function return a dictionary?
- ZURB Foundation, switching tab programmatically
- Accessing COM Component from Classic ASP which con
- Classic ASP/VBScript implementation of Crockford
- Caching recordsets in ASP Classic?
- Classic ASP - how to save data to CSV file with UT
- Handling hashed passwords stored as varbinary in S
- Classic ASP #include virtual not working
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).