Use a more compatible NuGet.exe
This commit is contained in:
Родитель
399a759211
Коммит
abe0e8305e
|
@ -76,7 +76,7 @@
|
|||
{
|
||||
Log.LogMessage("Downloading latest version of NuGet.exe...");
|
||||
WebClient webClient = new WebClient();
|
||||
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe", OutputFileName);
|
||||
webClient.DownloadFile("https://dist.nuget.org/win-x86-commandline/v4.8.2/nuget.exe", OutputFileName);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче