Use the latest nuget.exe in generatenupkg script
This commit is contained in:
parent
7bdd8ad2e7
commit
575ad4e9dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue