git - Does TFS have a hook mechanism for taking action after branching to do things like automate editing a config file? -
i have production branch. when branch production branch want tap hooking mechanism automate making changes in config file. editing connection string.
does tfs provide functionality think similar client-side git hooks?
i'm sorry can't answer question directly way approach multiple config files in solution , have deployment mechanism determine once deployed each environment.
for example, might have these in solution sitting next each other.
- web.config.development
- web.config.test
- web.config.production
during deployment correct file chosen each environment , renamed web.config it's getting pushed out.
Comments
Post a Comment