Commit 9bb86da
committed
fix(build): skip symbols packages during NuGet publish
Release workflow:
- Filter signed publish inputs so legacy *.symbols.nupkg artifacts are not pushed to NuGet as primary packages.
- Add --skip-duplicate so reruns after partial publishes continue with remaining packages.
Validation:
- Simulated the publish package selection with primary and symbols packages.
- Ran git diff --check.1 parent 0feb5d7 commit 9bb86da
1 file changed
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
415 | | - | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
416 | 437 | | |
417 | 438 | | |
418 | 439 | | |
| |||
0 commit comments