NuGet restore progressive failures -
why getting different nuget restore build failures on exact same changeset on 3 manually-triggered, consecutive builds? fourth build successful.
i double checked on nuget's twitter feed , there no report of issues or downtime.
this occurring on following command:
nuget.exe restore mysolution.sln
first build:
installing 'microsoft.data.edm 5.6.2'. installing 'microsoft.data.services.client 5.6.2'. installed 'microsoft.data.edm 5.6.2'. installed 'microsoft.data.services.client 5.6.2'. installing 'microsoft.windowsazure.configurationmanager 2.0.3'. installed 'microsoft.windowsazure.configurationmanager 2.0.3'. installing 'owin 1.0'. installed 'owin 1.0'. installing 'microsoft.data.odata 5.6.2'. installed 'microsoft.data.odata 5.6.2'. installing 'system.spatial 5.6.2'. installed 'system.spatial 5.6.2'. unable find version '5.2.3' of package 'microsoft.aspnet.webapi.client'. unable find version '5.2.3' of package 'microsoft.aspnet.webapi.core'. unable find version '5.2.3' of package 'microsoft.aspnet.webapi.owin'. unable find version '3.0.1' of package 'microsoft.owin'. unable find version '3.0.1' of package 'microsoft.owin.host.systemweb'. unable find version '6.0.8' of package 'newtonsoft.json'. unable find version '4.3.0' of package 'windowsazure.storage'.
second build:
installing 'owin 1.0'. installed 'owin 1.0'. unable find version '5.2.3' of package 'microsoft.aspnet.webapi.client'. unable find version '5.2.3' of package 'microsoft.aspnet.webapi.core'. unable find version '5.2.3' of package 'microsoft.aspnet.webapi.owin'. unable find version '5.6.4' of package 'microsoft.data.edm'. unable find version '5.6.4' of package 'microsoft.data.odata'. unable find version '5.6.4' of package 'microsoft.data.services.client'. unable find version '3.0.1' of package 'microsoft.owin'. unable find version '3.0.1' of package 'microsoft.owin.host.systemweb'. unable find version '3.1.0' of package 'microsoft.windowsazure.configurationmanager'. unable find version '6.0.8' of package 'newtonsoft.json'. unable find version '5.6.4' of package 'system.spatial'. unable find version '4.3.0' of package 'windowsazure.storage'.
third build:
installing 'newtonsoft.json 6.0.8'. installing 'microsoft.data.edm 5.6.4'. installed 'microsoft.data.edm 5.6.4'. installing 'microsoft.data.services.client 5.6.4'. installed 'microsoft.data.services.client 5.6.4'. installing 'microsoft.aspnet.webapi.owin 5.2.3'. installing 'microsoft.aspnet.webapi.client 5.2.3'. installed 'microsoft.aspnet.webapi.owin 5.2.3'. installed 'microsoft.aspnet.webapi.client 5.2.3'. installing 'microsoft.owin.host.systemweb 3.0.1'. installed 'microsoft.owin.host.systemweb 3.0.1'. installing 'microsoft.aspnet.webapi.core 5.2.3'. installed 'microsoft.aspnet.webapi.core 5.2.3'. installing 'owin 1.0'. installed 'owin 1.0'. installing 'system.spatial 5.6.4'. installing 'microsoft.windowsazure.configurationmanager 3.1.0'. installing 'windowsazure.storage 4.3.0'. installed 'microsoft.windowsazure.configurationmanager 3.1.0'. installed 'system.spatial 5.6.4'. installed 'windowsazure.storage 4.3.0'. installed 'newtonsoft.json 6.0.8'. unable find version '5.6.4' of package 'microsoft.data.odata'. unable find version '3.0.1' of package 'microsoft.owin'.
fourth build:
success!
the host build controller on visual studio online performs nuget implicitly. not have same problem!
Comments
Post a Comment