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

Don't require deploying BAM definitions and tracking profiles in the same script #413

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

I have a scenario where my BAM definitions are quite generic and belong in a Core project, whereas the tracking profiles are many-to-one with activities and are specific to particular ports, so belong in various application projects. When is set to true in a project that only contains tracking profiles, the framework insists on trying to deploy activities first, which don't exist in the project. The activites that the tracking profile relates to may be used by multiple profiles owned by multiple applications.

Deployment of definitions and deployment of tracking profiles should be considered independent units and not forced to occur together.

This work item was migrated from CodePlex

CodePlex work item ID: '11086' Vote count: '2'