I have a project that is deployed via a VS 2012 Azure Project (from right in VS, not manually). The web role project is set to build \"pdb-only\" Debug Info in release mode
I tried this out with a basic "File, New Cloud project" with the following settings:
When I compiled and deployed a basic solution using these 2 settings, I found WebRole1.dll
and WebRole1.pdb
in the F:\AppRoot\Bin\
folder.
Is this what you were looking for?