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

Issue deploying release BTS artifacts with references #440

Open milkyware opened 6 years ago

milkyware commented 6 years ago

For mixed artifact projects that use external assemblies as references, when the projects are built as release and deployed using the server configuration, the deployment fails because the "schema" (mixed) assembly is deployed before the external assemblies and BtsTask fails.

Based on suggestions from a few forums I've called the "DeployExternalAssemblies" target from the "CustomDeployTarget"