I am trying to publish in VS 2012 using a build configuration called "CI" but when I execute the publish, the "Release" transform (web.Release.config) is used on web.config. How do I get web.CI.config to be applied instead? I thought this would be automatic.
I have conducted a few experiments which confirm this.
Has anyone seen this? Is this a (fixed) bug?