Any advice on best practices for setting up development tree for .net application using with continuous integration.
            Asked
            
        
        
            Active
            
        
            Viewed 114 times
        
    2 Answers
2
            - Read the blog series from Mike Roberts on the subject.
 - There is a tool that might be suitable for your needs: TreeSurgeon
 
        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:
- buildserver
 - SVN
 - TortiseSVN
 - trac
 - CC.net
 - NAnt (to do builds on the buildserver)
 - automatic deployment system [using custom in-house one at the moment]
 - NUnit
 - log4net
 
Various other things as-per the specific project.
        Noon Silk
        
- 54,084
 - 6
 - 88
 - 105