1

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

TheVillageIdiot
  • 40,053
  • 20
  • 133
  • 188

2 Answers2

2
The Chairman
  • 7,087
  • 2
  • 36
  • 44
1

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.

Noon Silk
  • 54,084
  • 6
  • 88
  • 105