Publishing symbols
I have a simple yml file which worked fine for publishing nuget packages. I've added
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
and hoped it would automatically publish symbols. My only guess so far is that internal nuget feed doesn't support symbols and I need to use another storage (i. e. github packages)
- appveyor.yml 671 Bytes
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 27 Jul, 2020 06:44 PM
Hi Alexander,
You are right, internal feed doesn't support .snupkg yet. We recommend publishing .snupkg packages to NuGet.org.
Feodor Fitsner closed this discussion on 26 Sep, 2020 09:03 PM.