带有源代码的 nuget 包,不含 SymbolSource.org
是否可以在不使用 SymbolSource.org 的情况下发布包含源代码和 pdb 文件的 nuget 包进行调试
我们有自己的内部 nuget 源代码,并且拥有我们添加到几乎每个解决方案中的专有核心项目,我想做的是作为一部分构建过程的一部分创建一个 nuget 包并推送到我们的内部 nuget 源。我看到的使用 pdb 文件和源创建包的唯一示例是创建符号包并推送到 SymbolSource.org
Is it possible to publish a nuget package with source code and pdb files for debugging without using SymbolSource.org
We have our own internal nuget source and have proprietary core projects that we add to nearly every solution, what I would like to do is as part of the build process create a nuget package and push to our internal nuget source. The only examples I see of creating a package with pdb file and source are by creating a symbol package and pushing to SymbolSource.org
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是想用来自symbolsource的以下博客文章来更新此内容:
Just wanted to update this with the following blog post from symbolsource:
SymbolSource.org 提供私有源存储库 http://www.symbolsource.org/Public/Blog/ View/29 需要身份验证。如果您的公司政策不支持这一点,则现有的 NuGet 错误可以为您所描述的内容添加更好的支持。
http://nuget.codeplex.com/workitem/1543
SymbolSource.org provides private source repositories http://www.symbolsource.org/Public/Blog/View/29 which require authentication. If your company policy doesn't support that, there is an existing NuGet bug to add better support for what you're describing.
http://nuget.codeplex.com/workitem/1543