Skip to content

Commit

Permalink
bump nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
neutmute committed Jan 9, 2019
1 parent d57de82 commit 1680393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.common.ps1
Expand Up @@ -72,7 +72,7 @@ param(
function _DownloadNuget{
param([Parameter(Mandatory=$true,Position=0)]$rootPath)

$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/v3.5.0-rc1/NuGet.exe"
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
$targetNugetExe = "$rootPath\nuget.exe"

if(!(Test-Path $targetNugetExe )){
Expand Down

0 comments on commit 1680393

Please sign in to comment.