Commit d702fee
committed
Include symbol packages (.snupkg) in artifact uploads
Update CI workflow to upload both .nupkg and .snupkg files:
- Artifact upload now includes both package types using multi-line path
- GitHub Packages push uses *.*nupkg pattern to match both extensions
Symbol packages (.snupkg) contain debugging information that helps
developers debug into the library code. Publishing them to GitHub
Packages enables a better debugging experience.1 parent b2c906f commit d702fee
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
0 commit comments