简体   繁体   中英

Conditionals in release management 2013

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?

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://docs.microsoft.com/en-us/vsts/build-release/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM