'nuget' is not recognized but other nuget commands working

前端 未结 9 1459
走了就别回头了
走了就别回头了 2020-12-02 10:41

I am trying to create a nuget package using http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#From_a_convention_based_working_directory as a ref

9条回答
  •  时光说笑
    2020-12-02 11:15

    In Visual Studio:

    Tools -> Nuget Package Manager -> Package Manager Console.
    

    In PM:

    Install-Package NuGet.CommandLine
    

    Close Visual Studio and open it again.

提交回复
热议问题