Hi Team,
I have 2 Build plans by name Webapi and angular.
Build Plan "Webapi" is mapped to deployment project and it is having specific tasks configured.
Similarly i have build plan by name "Angular" and it is also mapped to deployment project.
Now whenever code is committed to svn, build plan gets trigerred and it runs the associated deployment project.
I want the angular deployment plan to start automatically once the webapi deployment project is successful.
Right now the above can be achieved by setting the triggers like below:
1. Make Webapi as the Parent plan and Angular as Child plan
2. Webapi built > trigger Deployment project> deploy to Dev environment
3. Start the Angular build > trigger Deployment project> deploy to dev environment.
The above works fine for 1 environment but how do i achieve the same for higher environments
I am aware of the triggers but our deployment are scheduled to run at specific time for QA.
Please suggest some solution for this issue
Regards,
Sowmya