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
本文采用 知识共享署名 4.0 国际许可协议 进行许可
使用 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
本文采用 知识共享署名 4.0 国际许可协议 进行许可