【发布时间】:2020-04-16 00:46:06
【问题描述】:
我想将我的 Visual Studio 类库项目打包到 Nuget 包中,并且需要推送到 azure Artifacts 提要。
但是当我在包管理器控制台中运行命令'nuget restore'时,它显示错误为'command not Recognized....'
请告诉我为什么无法识别该命令
【问题讨论】:
-
谢谢。完成了
标签: visual-studio nuget
我想将我的 Visual Studio 类库项目打包到 Nuget 包中,并且需要推送到 azure Artifacts 提要。
但是当我在包管理器控制台中运行命令'nuget restore'时,它显示错误为'command not Recognized....'
请告诉我为什么无法识别该命令
【问题讨论】:
标签: visual-studio nuget
安装 'NuGet.CommandLine' nuget 包以使其工作。
【讨论】: