Collecting .pdb's upon deployment

Is anyone using anything–deployment artifacts, perhaps?–to collect debug/pdb files upon successful deployment of a release? We are trying to determine the best strategy for keeping track of these files if/when we need to debug things later, and while we can obviously make this part of our build process we will have builds that are never deployed and I’d like to be able to see the files for each of our environments.

Hi Adam,

Thanks for getting in touch. Having them as artifacts attached to a release with a naming convention of *-[environmentname] sounds like a good approach.

Our documentation on Artifacts in case you need it: http://docs.octopusdeploy.com/display/OD/Artifacts

Thanks,
Dalmiro