質問

Recently my build on AppHarbor was broked with following message:

     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.

I have next changes related to NuGet (in packages config):

from

      <package id="Microsoft.Bcl.Build" version="1.0.8" targetFramework="net45" />
      <package id="Microsoft.Net.Http" version="2.1.10" targetFramework="net45" />

to

     <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" />

I have reinstalled to old versions Bcl and Net packages,but this doesnt help me.Has anybody the same problem?Thanks.

役に立ちましたか?

解決

This Microsoft blog post has additional details. Apparently, checking in your .targets file addresses the problem.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top