For reference, here's how you update your app.config appSettings using MSBuild Community Tasks XmlUpdate. This example actually batches several app.configs that need changing.
<XmlUpdate
XmlFileName="%(ConfigFilesToCobrand.FullPath)"
XPath="//configuration/appSettings/add[@key='MarketSegmentID']/@value"
Value="$(MarketSegmentId)" />
Powered by: newtelligence dasBlog 2.1.8102.813
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010, Shawn Neal
E-mail