我正在推送一個小的MVC應用程序到AppHarbor,它啓用了Package Restore。構建AppHarbor上的還原Nuget包上的錯誤
它可以在我的本地機器上正常工作,但是在從github中將它拉出後構建它時會失敗。
這些都是從日誌的相關部分:
2>D:\temp\0gqraufl.b33\input\ISC-Devicemanagement\ISC-Devicemanagement.csproj(364,5): error : The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568.
2>Done Building Project "D:\temp\0gqraufl.b33\input\ISC-Devicemanagement\ISC-Devicemanagement.csproj" (default targets) -- FAILED.
1>Done Building Project "D:\temp\0gqraufl.b33\input\ISC-Devicemanagement.sln" (default targets) -- FAILED.
Build FAILED.
"D:\temp\0gqraufl.b33\input\ISC-Devicemanagement.sln" (default target) (1) ->
"D:\temp\0gqraufl.b33\input\ISC-Devicemanagement\ISC-Devicemanagement.csproj" (default target) (2) ->
(EnsureBclBuildImported target) ->
D:\temp\0gqraufl.b33\input\ISC-Devicemanagement\ISC-Devicemanagement.csproj(364,5): error : The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:14.97
搜索這對谷歌,給我帶來了支持從AH網站,這表明其誤差應在的NuGet的最新版本可以解決,但它不是,我仍然不知道如何手動解決這個問題。
我必須在這裏做些什麼來解決問題的核心?