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

相关文章:

  • 2021-07-19
  • 2021-06-11
  • 2021-08-11
  • 2021-06-28
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-06
  • 2021-08-05
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
相关资源
相似解决方案