Hello,I use several build configurations. The XML-translation works very well in Visual Studio for my web project. The web.config generated is good when I preview xml transformation in Visual Studio, but :- there is no xml transformation when I publish the web project- there is xml transformation when I build a deployment package, but with a bad xml transformation. I have $(ReplacableToken_xxx)" instead of the good value : <connectionStrings> <add name="DoryConnectionString" connectionString="$(ReplacableToken_DoryConnectionString-Web.config Connection String_0)" providerName="System.Data.SqlClient"/> </connectionStrings>Here is my xml-transformation :<connectionStrings> <add connectionString="Data Source=MyDB\BE,1433; Initial Catalog=MyDB;Integrated Security=SSPI" xdt:Transform="SetAttributes(connectionString)" xdt:Locator="Condition(@name='MyConnectionString')"/></connectionStrings>Thank you for your help.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...