Running cruise control.net under different credentials
        Posted  
        
            by zachary
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zachary
        
        
        
        Published on 2010-06-10T17:40:56Z
        Indexed on 
            2010/06/10
            17:42 UTC
        
        
        Read the original article
        Hit count: 255
        
cruisecontrol.net
So I have one part of my build that requires domain rights and does file copying.
Another part of my build runs some program that requires the user to interact with the desktop which seem to be only accomplish able by the system account.
What is the best way to work around these two items? At the moment it seems like I can only do one or the other...
© Stack Overflow or respective owner