How many nuget sources we need?
As far as I understood AppVeyor does not support a symbol
server.
The only way to do debug NuGet packages at the moment is
SymbolSource.
So should we have two nuget
1.In appveyor from real packages
2.In Symbolsource for debugging*
- for debugging we uncheck Just mycode and enable source server support in visualstudio and add the source url.
What worries me is, how will the visual studio match the two packages ? Such as the debugging code using the appveyor nuget but when we step into it has to go to the symbol server and debug that nuget package nukpg.symbol.
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 08 Jul, 2014 02:55 PM
I think you are right - there are two sources - one for "release" nuget package and the second one with symbols - for debugging.
Rifat Erdem Sahin closed this discussion on 06 Aug, 2014 01:57 PM.