Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 Website Publish Not Copying .pdb files

I have checked the answer for VS 2012, it did not work. I do not precompile, I have "Debug Info" set to "full", "Items to deploy" set to "Only files needed to run this application" and "Exclude generated debug symbols" not marked.

I have tested with "All files in this project", and I have tried to edit the pubxml file. Besides not working I cannot find the file schema documentation.

Please help.

like image 377
levmatta Avatar asked Mar 17 '23 19:03

levmatta


1 Answers

After a lot of tests, I noticed that "Exclude generated debug symbols" flickered as marked during the publish processing. My error was that I was editing the Active configuration -- which was Debug -- and not the Release configuration used in my publish process.

Please verify the Configuration combo on the project properties page, this was bizarre until I noticed that.

like image 144
levmatta Avatar answered Apr 09 '23 05:04

levmatta