How to configure Visual Studio to pull down the symbols from AppVeyor
Hi,
I've configured my build to publish the nuget package and symbols to my project feed on AppVeyor, now how do I go about configuring Visual Studio to pull down the symbols? I've seen instructions for doing this with SymbolSource.org, but I'm having troubles getting it to work with AppVeyor.
Do you have anything in the docs that I'm missing or can you point me to a resource to help me with this?
Project: https://ci.appveyor.com/project/ReflectSoftware/plato-net
Thanks
Callon
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
1 Posted by Ilya Finkelshte... on 28 Dec, 2016 06:30 PM
Hi Callon,
Could you please send your AppVeyor configuration in YAML format? It looks like you use UI, so please use Settings > Export YAML option.
Thanks!
Ilya.
2 Posted by calloncampbell on 28 Dec, 2016 08:42 PM
Hi,
Here is the YAML file. I can see that the symbol packages are being created and are attached to the build artifacts and in the build console I see that their uploaded. But as far as getting Visual Studio to pull down the packages...that I'm unsure of.
Thanks
Callon
3 Posted by Ilya Finkelshte... on 13 Jan, 2017 03:53 AM
Hi Callon,
Sorry we just realized that your question left unanswered.
Problem is that Visual Studio uses special protocol to access symbols. You have to publish your packets to nuget.org or myget.org for this.
--ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:14 AM.