Skip to content

Commit

Permalink
Update link to get the latest nuget.exe
Browse files Browse the repository at this point in the history
This should fix RestorePackages
  • Loading branch information
andrew-polk committed Jun 2, 2017
1 parent 9b89779 commit ff1014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nuget/NuGet.targets
Expand Up @@ -115,7 +115,7 @@
Log.LogMessage("Downloading latest version of NuGet.exe...");
WebClient webClient = new WebClient();
webClient.DownloadFile("https://nuget.org/nuget.exe", OutputFilename);
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/latest/nuget.exe", OutputFilename);
return true;
}
Expand Down

1 comment on commit ff1014a

@palaso-bob
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Glyssen :: Glyssen pull requests Build ..567.ff1014a0fb963426ffc3ee8947b9e9965f70378a outcome was FAILURE
Summary: Compilation error: Glyssen\Glyssen.csproj (new) Build time: 00:00:50

Please sign in to comment.