Deploy PDBs on an Azure Web Role

后端 未结 1 2076
梦谈多话
梦谈多话 2020-12-10 11:51

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

相关标签:
1条回答
  • 2020-12-10 12:29

    I tried this out with a basic "File, New Cloud project" with the following settings:

    1. Web Project -> Properties -> Build -> Advanced -> Debug Info: pdb-only
    2. Web Project -> Properties -> Package/Publish Web -> Uncheck Exclude generated debug symbols

    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?

    0 讨论(0)
提交回复
热议问题