Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No symbol artifacts downloaded on nuget restore #196

Open
brettveenstra opened this issue Sep 29, 2017 · 2 comments
Open

No symbol artifacts downloaded on nuget restore #196

brettveenstra opened this issue Sep 29, 2017 · 2 comments

Comments

@brettveenstra
Copy link

brettveenstra commented Sep 29, 2017

Klondike running on

  • Windows Server 2012R2
  • Windows Debugging tools for Windows SDK 10 (x64) (e.g. <add key="debuggingToolsPath" value="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64" />

Behavior: After pushing nuget packages (with symbols) into Klondike, do NOT get the PDBs or src files when using nuget restore or nuget install

Confirmation: using Artifactory as a mirror, doing the exact same nuget push with identical files, only the Artifactory server restore the symbol/src files correctly

Diag/Troubleshooting:

  • nothing but "INFO" level log events have been in the log files
  • re-index / synchronize packages has had no effect
  • initially the Klondike server did not contain Debugging Tools, but we have since installed those, restarted the server and Klondike to no improvement --- Klondike shows configured with debugging and symbol serving and packages reported as having symbols (just not prior versions)
@chriseldredge
Copy link
Owner

Klondike is designed to serve symbols and source files over the web. It is not designed to send symbols or source down to nuget clients during install/restore.

To use the feature, you would configure WinDbg or Visual Studio to add a symbol source URI such as http://klondike.example.com/api/symbols.

See http://www.symbolsource.org/Public/Wiki/Using.

@brettveenstra
Copy link
Author

Am seeing PDBs come down with some of the nuget packages, just not all (e.g. EntityFramework works), so not sure why the inconsistent behavior ... yes, I have setup symbol source URI to the Klondike instance before trying nuget restore... anything else come to mind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants