SlowCheetah - Can multiple build configs share one config transformation?

Gekz

New Member
I'm using SlowCheetah for XML transforming a bunch of config files in a project.However, this same solution is part of a load balanced setup, where some config values differ between the different servers (two, in this case).I have the following build configs
  • Debug
  • Release
  • Release.Test
  • Release.Prod1
  • Release.Prod2
Almost everything in Release.Prod1 and Prod2 is identical, except for some values in one of the config files. Is there any way I can have a file like \[code\]Something.Release.Prod.Config\[/code\] to be used on both of these build configs instead of having two identical files (\[code\]Something.Release.Prod1.Config\[/code\] and \[code\]Something.Release.Prod2.Config\[/code\])?
 
Back
Top