简体   繁体   中英

Tfs automated release at which step tokenization evaluated

I have three different environment QA and PreProd and Prod. My question is I have particular build# deployed on QA and PreProd and just before promoting the same for Prod we updated some Prod environment variable value(this variable replaces tokenized value in appconfig.json file and is different for each environment). In this case will promoting the same Release for Prod will pick the new value or I need to create new Release from QA environment and then promote to next steps.

You just need to add new Stage for each environment in the same release pipeline, then in each stage, you could add task to do tokenization.

For example: File transforms and variable substitution reference

Replace Tokens

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