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 Runs before StartApplication #483

Closed shumaila1993 closed 2 years ago

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?

tfabraham commented 2 years ago

This is by design. Please use CustomFinalDeploy instead.

shumaila1993 commented 2 years ago

I am already using CustomPostDeployTarget .


From: Thomas F. Abraham @.> Sent: Tuesday, October 26, 2021 6:21 AM To: BTDF/DeploymentFramework @.> Cc: Shumaila Irfan @.>; Author @.> Subject: Re: [BTDF/DeploymentFramework] CustomPostDeployTarget Runs before StartApplication (Issue #483)

This is by design. Please use CustomPostDeployTarget instead.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/BTDF/DeploymentFramework/issues/483#issuecomment-951545713, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWFLYZFZAXU35ASSLE2CE6DUIYUFJANCNFSM5GQAUO4A. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tfabraham commented 2 years ago

Sorry about that - I corrected my reply above.