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

Missing PDB's should not break deployment #213

Closed tfabraham closed 7 years ago

tfabraham commented 7 years ago

I had one assembly that did not have a PDB for release. When the kit was being built there was no failure, however the installation on a live server failed because it wasn't there.   thanks m

This work item was migrated from CodePlex

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

tfabraham commented 7 years ago

[jdek@8/17/2011] I think you just need to set the pdb installation settings to false. In the PropertyGroup where Configuration is Server : set the following property to false : False hope it helps, Jdek

tfabraham commented 7 years ago

[jdek@8/17/2011] Or if you need to deploy PDBs and just ignore the PDB of the assembly that dont have a PDB, add this at the end of the .btdfproj :

A field is added to the Copy task : ContinueOnError="true". When a Pdb is not found, this will just show a warning message.

tfabraham commented 7 years ago

[UnknownUser@9/15/2011] Resolved with changeset 62279.

tfabraham commented 7 years ago

[UnknownUser@2/21/2013]

tfabraham commented 7 years ago

[UnknownUser@5/16/2013]