Commit 180ab85
committed
NuGet: stop pushing the stale committed napper.1.0.0.nupkg
v0.13.5 actually PUBLISHED Nimblesite.Napper.0.13.5 ("Created / Your
package was pushed"). The job then failed only because the *.nupkg glob
also matched a stale build artifact committed at
src/Napper.Cli/nupkg/napper.1.0.0.nupkg — pushing that 403s on the
foreign-owned `napper` id.
- git rm the committed artifact and gitignore **/nupkg/ + *.nupkg so packed
packages are never committed again.
- Push only "Nimblesite.Napper.${VERSION}.nupkg" (explicit, version-scoped)
instead of a broad glob.1 parent 5d5b26b commit 180ab85
3 files changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
605 | | - | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
606 | 607 | | |
607 | | - | |
| 608 | + | |
608 | 609 | | |
609 | 610 | | |
610 | 611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
Binary file not shown.
0 commit comments