TeamCity Multi-Part Build - How to checkout the code just once
        Posted  
        
            by Jeff D
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeff D
        
        
        
        Published on 2010-06-01T04:23:51Z
        Indexed on 
            2010/06/01
            4:33 UTC
        
        
        Read the original article
        Hit count: 316
        
teamcity
|teamcity-5.0
I am trying to create 1 package with multiple build configurations. The first will checkout the code, build it (Solution File configuration), and run nunit tests. If that succeeds, another will then build in release mode. If that succeeds, a final script witll package up the output, and mark it as an artifact.
The problem I'm having is that I don't know how to tell TeamCity not to create new directories for each step, and as a result, the steps are failing. Is there a setting for this? It seems like the dependencies tab would be an appropriate place to look, but I don't seem to understand the instructions, and my tinkering so far has been fruitless.
© Stack Overflow or respective owner