Quantcast
Channel: biztalkdeployment Forum Rss Feed
Viewing all articles
Browse latest Browse all 1089

New Post: SkipHostInstancesRestart on Server Deploy

$
0
0
Hi Tom,

I'm running BTDF v6 and have the following within my .btdfproj

<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">x86</Platform>
<SchemaVersion>1.0</SchemaVersion>
<ProjectName>BTS.GO.Store6</ProjectName>
<ProjectVersion>1.0</ProjectVersion>
<IncludeComponents>True</IncludeComponents>
<IncludePipelines>True</IncludePipelines>
<IncludeSchemas>True</IncludeSchemas>
<IncludeOrchestrations>True</IncludeOrchestrations>
<IncludeTransforms>True</IncludeTransforms>
<IncludeSSO>True</IncludeSSO>
<UsingMasterBindings>True</UsingMasterBindings>
<RequireXmlPreprocessDirectives>False</RequireXmlPreprocessDirectives>
<ApplyXmlEscape>True</ApplyXmlEscape>
<SkipIISReset>True</SkipIISReset>
<IncludeBam>True</IncludeBam>
<IncludeVirtualDirectories>True</IncludeVirtualDirectories>
<SkipHostInstancesRestart>False</SkipHostInstancesRestart>
</PropertyGroup>

<ItemGroup>
<BizTalkHosts Include="SendHost" />
<BizTalkHosts Include="ReceiveHost" />
<BizTalkHosts Include="OrchestrationHost" />
<BizTalkHosts Include="Host32bit" />
</ItemGroup>

As you can see, I have SkipHostInstancesRestart set to False, however, here's an extract from my deploy results file:

SkipBamUndeploy = true
SkipHostInstancesRestart = True
SkipIISReset = True

Task "CallTarget"
        Task Parameter:Targets=BounceAllBizTalkHosts
        Target "BounceAllBizTalkHosts" skipped, due to false condition; ('@(BizTalkHosts)' == '' and '$(SkipHostInstancesRestart)' != 'true') was evaluated as ('SendHost;ReceiveHost;OrchestrationHost;Host32bit' == '' and 'True' != 'true').
Other than the host instances not being restarted, the server deployment works great. Any ideas where I'm going wrong?

Thanks,
Rob.

Viewing all articles
Browse latest Browse all 1089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>