"Build" Classic ASP with TFS 2010

I use TFS 2010 for version control and for continuous integration (among other things). I have a Classic ASP application that I claim that I would like to include in the assembly of continuous integration; however, in the build definition I have to put "Item to Build". Since classic ASP does not have a solution or project associated with it, how can I use TFS 2010 Team Build without having to bind to β€œItems to Build”?

+6
source share
1 answer

I think I decided that my solution would create a solution and .asp pages for the project to force TFS to move the files, and then use the modified deployment process to exclude the bin directory (since it is essentially empty).

+5
source

All Articles