diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets index 106a0f94c..c7af4bddd 100644 --- a/.nuget/NuGet.targets +++ b/.nuget/NuGet.targets @@ -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; }