Do you have to deploy the .pdb file with compiling under release?
Why does it even compile a .pdb when you do a release build anyway?
No, you don't ship the .pdb files. They are generated because sometimes it's helpful to be able to debug a release build.