question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build.cmd fails with Nuget restore issue.

See original GitHub issue

Just 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:closed
  • Created 7 years ago
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
brettsamcommented, Apr 18, 2016

It looks like master still depends on EasyTables 10268 – I’ve relisted it.

0reactions
forkicommented, Apr 18, 2016

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:

@forki https://github.com/forki, I’m afraid this one is on us 😦 The package was deleted, as opposed to unlisted (which would have allowed a restore to work), so it was our fault.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Azure/azure-webjobs-sdk-script/issues/263#issuecomment-211521838

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found