Loading

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
posted @ 2020-10-22 14:57  wswind  阅读(755)  评论(0编辑  收藏  举报