Skip to content

Commit

Permalink
Point nuget.exe source uri to latest;
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob White authored and phatboyg committed Sep 19, 2018
1 parent c45a0bd commit 1d08176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.nuget/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
webClient.Proxy.Credentials = CredentialCache.DefaultCredentials;
}
webClient.DownloadFile("https://www.nuget.org/nuget.exe", OutputFilename);
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/latest/nuget.exe", OutputFilename);
return true;
}
Expand Down

0 comments on commit 1d08176

Please sign in to comment.