Build.cmd fails with Nuget restore issue.
See original GitHub issueJust pulled the latest version of master, getting the following error on calling build.cmd
Microsoft (R) Build Engine version 14.0.24720.0
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 16/04/2016 13:11:45.
Project "C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj" on node 1 (default targets).
RestorePackages:
Restoring NuGet packages...
"tools\NuGet.exe" restore WebJobs.Script.sln -PackagesDirectory packages -NonInteractive -Verbosity quiet -ConfigFile .nuget\NuGet.Config
EXEC : warning : Unable to find version '1.0.0-alpha-10268' of package 'Microsoft.Azure.WebJobs.Extensions.EasyTables'. [C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj]
Unable to find version '1.0.0-alpha-10268' of package 'Microsoft.Azure.WebJobs.Extensions.EasyTables'.
C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj(69,5): error MSB3073: The command ""tools\NuGet.exe" restore WebJobs.Script.sln -PackagesDirectory packages -NonInteractive -Verbosity quiet -ConfigFile .nuget\NuGet.Config" exited with code 1.
Done Building Project "C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj" (default targets) -- FAILED.
Build FAILED.
"C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj" (default target) (1) ->
(RestorePackages target) ->
EXEC : warning : Unable to find version '1.0.0-alpha-10268' of package 'Microsoft.Azure.WebJobs.Extensions.EasyTables'. [C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj]
"C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj" (default target) (1) ->
(RestorePackages target) ->
C:\Users\Isaac\Source\Repos\azure-webjobs-sdk-script\WebJobs.Script.proj(69,5): error MSB3073: The command ""tools\NuGet.exe" restore WebJobs.Script.sln -PackagesDirectory packages -NonInteractive -Verbosity quiet -ConfigFile .nuget\NuGet.Config" exited with code 1.
1 Warning(s)
1 Error(s)
Time Elapsed 00:00:04.42
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
NuGet Restore failing using MSBuild - visual studio
NET MVC 5 project that I am trying to build on our company build server using MSBuild, however the build fails to restore...
Read more >Troubleshooting NuGet Package Restore in Visual Studio
This error indicates that package restore is disabled in your NuGet configuration. You can change the applicable settings in Visual Studio as ...
Read more >Building solution from command line does not perform ...
We have to manually execute a NuGet restore process before building the solution. I would suggest that this is a defect, that the...
Read more >Error on NuGet when building via Jenkins - Ask a question
I have Jenkins running to build .NET projects. However sometimes restoring nuget packages fails because Jenkins cannot find the version of ...
Read more >NuGet restore sometimes fails, followed by "[NU1101] Unable ...
Running dotnet restore from the command line fixes the problem and after that Rider can build the project and can perform a NuGet...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It looks like master still depends on EasyTables 10268 – I’ve relisted it.
That’s actually very good to hear. Then it’s not a more general issue. Thanks for making this clear. On Apr 18, 2016 8:45 PM, “Fabio Cavalcante” notifications@github.com wrote: