I want to set up the following CI configurations for the same .net project:
- Build and run unit tests (CCNet Project1).
- Build and run acceptance (end-to-end integration) tests (CCNet Project2).
So, I need somehow to configure that Project2 should be executed only in case Project1 succeeds and to use the same revision as for the last successfull Project1 revision.
I managed to configure Remote Project trigger. However, it is not unclear for me how to use the same revision number when getting sources from SVN as for the last successfull Project1. Any ideas?