NuGet.Server returns 404 error

后端 未结 10 1704
你的背包
你的背包 2021-01-02 00:17

I have followed the instructions to setup and host my own NuGet feed. I am running the web application on a Windows 2012 (IIS 8.5) box.

I build and

10条回答
  •  天命终不由人
    2021-01-02 01:08

    The NuGet.config file in either %APPDATA%\NuGet or $(SolutionDir).nuget may be referring to unexpected "active source" URLs. For example, the nuget.exe brought by the TFS build agent install might be aware of NuGet v2 protocol only while the URLs refer to v3 protocol. Or the custom NuGet server URL might be missing from NuGet.config.

提交回复
热议问题