Azure WebJobs Include PDB

流过昼夜 提交于 2019-12-12 03:12:18

问题


I'm trying to find out how to include the PDB files when I upload a Publish an Azure WebJob

This article explains how to do this for a normal website Deploy PDBs on an Azure Web Role but I've been unable to find anything for WebJobs

Do I just need to manually copy them up to the server?


回答1:


You can manually include the files in the Publish section of the project properties. See attached screen shot. Under Publish, select "Application Files" and then click the "Show all files" box. You should then see the PDB files and be able to include them. I didn't see a simple check box, as you would see for a Web Deploy.



来源:https://stackoverflow.com/questions/38376670/azure-webjobs-include-pdb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!