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: Change DeployPDBsToGac default to False to avoid host instance stop (v5.6) #386

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

The Add New Project wizard includes the DeployPDBsToGac property in the .btdfproj with a value of True for Server deployments. This causes PDB's to be added to the GAC next to the corresponding DLL's.

This is a good thing for exception cases because one can get more detailed information on a stack trace. However, it also forces the host instances to be stopped during deployments, causing a longer outage than would otherwise be necessary.

This would be better as opt-in behavior rather than the default.

This work item was migrated from CodePlex

CodePlex work item ID: '10978' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@8/19/2015] Resolved with changeset 77148.