Any advice on best practices for setting up development tree for .net application using with continuous integration.

link|improve this question

78% accept rate
feedback

2 Answers

up vote 2 down vote accepted
link|improve this answer
feedback

I suspect this will be a dupe, but I can't see it on the 'related' list, so I'll at least reply with my environment:

  1. buildserver
  2. SVN
  3. TortiseSVN
  4. trac
  5. CC.net
  6. NAnt (to do builds on the buildserver)
  7. automatic deployment system [using custom in-house one at the moment]
  8. NUnit
  9. log4net

Various other things as-per the specific project.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.