MSDeploy を使用するときに web.config カスタム セクションの値を変換する方法はありますか?
<configSections>
<sectionGroup name="myGroup">
<section name="data" type="MyApp.DataConfigurationSection, MyApp.Data" />
</sectionGroup>
</configSections>
<myGroup>
<data interval="3" useCache="true" />
</myGroup>
ビルド構成によると、たとえば「useCache」値を変更する必要があります。