Nuget Config.Transform Formatting Issue
I have created a Nuget config transform file that has the following transformation: <?xml version="1.0"> <configuration> <system.serviceModel> <bindings> <netTcpBinding> <binding name="NetTcpBinding_IMyService" /> </netTcpBinding> </bindings> <client> <endpoint address="net.tcp://mydomain/MySvc/MySvc.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IMyService" contract="MyNamespace.MyService" name="NetTcpBinding_IMyService"> <identity> <userPrincipalName value="admin@mydomain.com" /> </identity> </endpoint> </client> </system.serviceModel> </configuration> The problem occurs