Deploy configuration file to BizTalk folder

Scenario is I am to copy my file based configuration to the BizTalk installation folder (reason being in runtime I can access the registry to get the path without touching the BizTalk configuration) I am using BTDF, cannot find an existing implementation to do this.

So I added the following section to BTDF msbuild targetimage

I then in my .btdfproj addedimage

Added my configuration to custom distribution

image

Finally BTDF will deploy my configuration file. Smile