
[英]“Downloading public symbols” while debugging MS Test on Visual Studio 2010?
[英]Visual Studio Not Downloading Symbols from DevOps Artifacts
我们正在使用 Azure DevOps,并为内部 NuGet 包设置了 DevOps 工件。 作为我们构建管道的一部分,我们将发布 NuGet package,其中使用任务 PublishSymbols@2 对工件进行调试符号。 所有这些都按预期工作。
然而,有时我们会对我们的框架进行几次更新,因此我们每天都会更新 NuGet package。 When I use NuGet package manager to update my references to the latest NuGet package Visual Studio will not download the symbols for the latest NuGet package.
If I clear my NuGet cache using the NuGet Package Manger options "Clear All NuGet Cache(s)" button then the on next run it will download the symbols for the latest NuGet package to my C:\Users<userid>\AppData\Local \Temp\SymbolCache。 有什么方法可以在不清除 NuGet 缓存的情况下强制执行此过程?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.