How do I update an XML attribute from an MSBuild script?

后端 未结 3 512
臣服心动
臣服心动 2021-02-14 00:08

I am using MSBuild and MSBuild Community Tasks (using XMLUpdate and XMLMassUpdate) to update various sections of my Web.config one thing has me stumped though. If I have:

3条回答
  •  孤独总比滥情好
    2021-02-14 00:28

    To complete the answer given by keeperofthesoul (I think you should give him the bounty btw) take a look at:

    
    

    Here I'm using %24 to write out the special character $.

提交回复
热议问题