Use the latest nuget.exe in generatenupkg script

This commit is contained in:
kasper3 2018-05-10 19:15:54 +03:00 committed by kasper
parent 7bdd8ad2e7
commit 575ad4e9dc

View file

@ -26,7 +26,7 @@ function DownloadNugetExe
if (-not (Test-Path $NuGetExe)) {
Write-Output 'Downloading nuget.exe to ' + $NuGetExe
wget https://dist.nuget.org/win-x86-commandline/v3.5.0-rc1/NuGet.exe -OutFile $NuGetExe
wget https://dist.nuget.org/win-x86-commandline/v4.7.0/nuget.exe -OutFile $NuGetExe
}
}