I really like the ability of visual studio 2012 to be able to preview a transform along with a comparison with the original web.config. But in order for this to work, the transforms must be created based on build configurations.
is there a way to be able to preview transforms in the same way, without having to create build configurations for each environment?
(for deployment i use octopus deploy so there is no need for these transforms to work with publish functionality provided by vs)