我目前正在尝试使用Nuget了解数据包管理,并且我要求编译的旧代码库使用Nuget进行包管理。
每当我编译项目时,我都会收到以下错误:
RestorePackages:
"...\.nuget\NuGet.exe" install "C:\main\Kron.Shared.Model\packages.config" -source -NonInteractive -RequireConsent -solutionDir "C:\main\ "
C:\main\.nuget\NuGet.targets(100,9): error : Invalid URI: The format of the URI could not be determined.
C:\main\.nuget\NuGet.targets(100,9): error MSB3073: The command ""C:\main\.nuget\NuGet.exe" install "C:\main\Krono.Shared.Model\packages.config" -source -NonInteractive -RequireConsent -solutionDir "C:\main\ "" exited with code 1.
所以我尝试打开Nuget.targets文件并尝试了解内部发生了什么。这几天我无法弄清楚有用的东西。有人可以帮我这个吗?
答案 0 :(得分:0)
看起来没有Nuget.targets的全面文档(我已经在互联网上搜索超过2天)
对于我面临的问题,以下帖子帮我解决了: http://bartwullems.blogspot.in/2012/08/disable-nuget-package-restore.html
底线: 1.启用Nuget数据包恢复很容易 2.禁用数据包恢复并不容易,因为它涉及访问所有项目文件并删除上述博客中列出的几个条目