Commit 8d22b22
fix(ci): resolve nupkg glob explicitly before pushing to NuGet
pwsh doesn't expand wildcards for native-command arguments, so
'dotnet nuget push out/*.nupkg' received the literal string
'out/*.nupkg' and failed with 'File does not exist' — none of the
11 successfully packed .nupkg files were pushed. Enumerate the
directory with Get-ChildItem and push each package path explicitly,
matching the Pack step's existing loop idiom.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 0e7638e commit 8d22b22
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments