Conditionals in release management 2013

60 views Asked by At

I am exploring Release Management 2013 from the continuous deployment point of view. While creating release template and adding actions I came across some scenarios and have queries on the same.

1) Can I add conditions such as if-else style to the deployment sequence while creating a workflow for release template? I have not seen any default action for this.

2) Can I get the return value/code of a process/action and based on it perform the suitable action for subsequent action in the flow or use it as an argument in subsequent flow?

1

There are 1 answers

2
Roopesh Nair On

I'm the program manager for VSTS Release Management. My recommendation is to use the new Release Management capabilities in TFS 2015 U2 or Visual Studio Team Services feature.

It supports both your asks #1 conditionals on steps and #2. ability to set output variables and consume them in downstream tasks.

More information here: https://learn.microsoft.com/en-us/vsts/build-release/