jenkins发布到nuget

提出问题

生成的nuget包名字不确定怎么办?

解决问题

使用*.nupkg匹配全部

dotnet nuget push -s http://localhost:18103/v3/index.json *.nupkg  --skip-duplicate

参考

dotnet nuget push

posted @ 2022-09-01 15:49  东百牧码人  阅读(48)  评论(0)    收藏  举报