How to add a token parameter to the web.config file so that it appears in SetParameters.xml?

I need to add one parameter in the AppSettings section to the SetParameters.xml file that is created during the TFS build for deployment using MSDeploy. Currently, only connection strings receive tokenization.

How can I add a key from the AppSettings section?

+6
source share
1 answer

I found the answer to my question. The link below is a great post on how to add custom parameters that need to be populated during webdeploy deployment.

http://vishaljoshi.blogspot.com/2010/07/web-deploy-parameterization-in-action.html

+8
source

Source: https://habr.com/ru/post/891830/


All Articles