dotnet nuget push命令行

使用 apikey push nuget包

dotnet pack -c Release

set nupkgpath=...
set apikey=...
dotnet nuget push %nupkgpath%  -k %apikey% -s https://api.nuget.org/v3/index.json
原文地址:https://www.cnblogs.com/wswind/p/13858295.html