Commit a5f2b96
authored
Fix nuget push path: use explicit filename instead of glob (#28)
dotnet nuget push does not expand glob patterns on Windows/PowerShell. Replace ./artifacts/*.nupkg with the exact filename derived from the nbgv version output.1 parent a2842cc commit a5f2b96
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments