Dotnet Core - nuget:找不到命令

时间:2016-08-30 07:26:31

标签: nuget nuget-package .net-core asp.net-core-1.0

我已经在我的ubuntu机器上使用instuctions安装了dotnet核心。 现在我注意到没有安装nuget。

bash: nuget: command not found

安装dotnet核心后,我的Mac nuget可用。

我想要的原因是我需要推送一个包。

如何在我的ubuntu机器上获取nuget?

2 个答案:

答案 0 :(得分:1)

Dotnet提供dotnet nuget push命令,该命令将包推送到服务器并发布它。

此链接可能会有所帮助:

答案 1 :(得分:0)

dotnet cli包含SDK中包含的一堆内置命令。您可以使用dotnet --help列出它们。您可以使用dotnet nuget --help列出nuget子命令。 仍然支持Nuget.exe,但仅支持Windows