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

Feature: Support multiple settings spreadsheet paths #296

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

Support multiple settings spreadsheet paths

Questions/issues:

What about setting duplication between spreadsheets? PropsFromEnvSettings behavior? Collision on export of settings XML files

This work item was migrated from CodePlex

CodePlex work item ID: '10324' Vote count: '3'

tfabraham commented 6 years ago

[fchabot@11/11/2014] I did something similar in my project, which now relies on BTDF 6. By convention there can be only 2 setting files / spreadsheets: one for the common properties, one for the application-specific properties. (The BTDF-based targets are there even though my project does not define common settings yet). Concretely:

See lines 217 to 333, just after the "Common & Specific Settings Files" banner, in file BizTalk.Factory.Deployment.targets.

HTH, François

tfabraham commented 6 years ago

[UnknownUser@11/11/2014]

tfabraham commented 6 years ago

[UnknownUser@8/20/2017]