BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

CustomPostDeployTarget issue in BTDF 6.0 Beta 1 #355

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

In 6.0 Target StartTheApplication: has been added which runs after CustomPostDeployTarget and _BounceBizTalk due to which biztalk application doesn't get started before CustomPostDeployTarget .

The definition of CustomPostDeployTarget says "Runs just after the Deployment Framework has deployed all artifacts and started the BizTalk application and just before the BizTalk hosts are restarted".

Thanks

This work item was migrated from CodePlex

CodePlex work item ID: '10726' Vote count: '1'

shumaila1993 commented 2 years ago

As per Biztalk Deployment Framework : CustomPostDeployTarget Runs just after the Deployment Framework has deployed all artifacts and started the BizTalk application and just before the BizTalk hosts are restarted.

So in order to unenlist some sendports after 'StartApplication' I have added this target which execute a powershellScript and working fine.But why does VStudio execute target before starting the application.Can someone help?