Is there any way to trigger some macro after build in visual studio
        Posted  
        
            by uzay95
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by uzay95
        
        
        
        Published on 2010-03-27T07:31:09Z
        Indexed on 
            2010/03/27
            7:33 UTC
        
        
        Read the original article
        Hit count: 196
        
visual-studio-2008
I want to count how many times i built on VS.NET . I have a plan. If i run svn commit when i build to project, i would have build count on revision number :)
I didn't write any macro which can execute a command. And i don't know visual studio is allowing to prebuild event for this kind of request.
© Stack Overflow or respective owner