最近我在 AppHarbor 上的构建因以下消息而中断:
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.
我有与 NuGet 相关的下一个更改(在包配置中):
从
<package id="Microsoft.Bcl.Build" version="1.0.8" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.1.10" targetFramework="net45" />
至
<package id="Microsoft.Bcl.Build" version="1.0.10" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.13" targetFramework="net45" />
+
<package id="DotNetOpenAuth.Core" version="4.1.4.12333" targetFramework="net45" />
我已经重新安装了旧版本的 Bcl 和 Net 包,但这对我没有帮助。有人遇到同样的问题吗?谢谢。