Publishing NuGet Symbols to a Private Source
We have a need to publish NuGet Symbols that we build to any
private Symbols server.
As long as we can secure the symbols from public access, that's all
we need.
We currently publish our NuGet packages to our AppVeyor projects
feeds.
What are my options? and how to configure in my YML file?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 07 Feb, 2016 05:00 PM
MyGet recently announced built-in symbols support: http://blog.myget.org/post/2016/01/05/Introducing-debugging-source-...
Alternatively, you can setup your own SymbolSource server: https://github.com/SymbolSource/SymbolSource.Community
2 Posted by jezz.santos on 07 Feb, 2016 08:37 PM
OK, thanks for the guidance. I'll look into MyGet.
Is AppVeyor planning to provide its own Symbols server at some time in the near future?
I still want to publish my NuGet on AppVeyor, But I need access to the symbols in my Nugets from somewhere.
Support Staff 3 Posted by Feodor Fitsner on 08 Feb, 2016 11:02 PM
Well, it would be good to have built-in Symbols server for sure. I've added a new issue: https://github.com/appveyor/ci/issues/638
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.