Commit b4cf5a3
ci: remove --skip-duplicate from nuget push (fail loudly on duplicate)
If an earlier workflow run already uploaded a broken nupkg for the same
version (as happened on 0.1.5 where a pre-fix run pushed x64-only
compile-time refs), --skip-duplicate silently no-ops the corrected push
and leaves the broken package on nuget.org. Better to fail loudly so we
notice and bump the version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 59bc922 commit b4cf5a3
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
142 | | - | |
143 | | - | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
0 commit comments