使用 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

相关文章: