When I deploy my solution using BTDF, all Host instances are getting restarted while I need only 3 to restart for this BT App.
I have the 3 hosts identified in the SettingFileGenerator.xml file (SendHost, ReceiveHost and ProcessingHost) and here is the setting I have in Deployment.btdfproj file for this :
<SkipHostInstancesRestart>False</SkipHostInstancesRestart>
<StartApplicationOnDeploy>True</StartApplicationOnDeploy>
<ItemGroup>
<PropsFromEnvSettings Include="SsoAppUserGroup;SsoAppAdminGroup;SendHost;ReceiveHost;ProcessingHost"/>
</ItemGroup>
<ItemGroup>
<BizTalkHosts Include="$(SendHost);$(ReceiveHost);$(ProcessingHost)" />
</ItemGroup>
Anything else I'm missing to prevent all Host instances from restarting?
From the BTDF documentation
So it should be