我使用Visual Studio在線與Visual Studio 2013年構建失敗,OctoPack在TFS未能建立
You are trying to build with OctoPack, but the NuGet targets file that OctoPack depends on is not available on this computer. This is probably because the OctoPack package has not been committed to source control, or NuGet Package Restore is not enabled
根據這個鏈接https://octopusdeploy.com/blog/octopack-3.0我需要做一些改變來獲得包恢復正常工作,但前一個鏈接中的另一個鏈接指出,如果使用VS2013和Visual Studio Online,則無需配置Nuget.org
當我在VS中構建時,首先恢復所有包,然後構建項目。另外,如果我通過命令行構建項目並調用Octopack,則一切正常。思考?
Octopack雖然包含Nuget。如果您查看包中的文件,它會下載工具文件夾中的NuGet.exe。只有這樣我才能做到這一點,才能檢查Octopack及其所有的孩子進入源代碼管理。吮吸,但無法以其他方式工作。 –
同樣的問題。同樣的解 – Kye