From a6be8b896e70f3da00e86fd02ccfdb109837353f Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Tue, 1 Mar 2016 00:09:15 -0800 Subject: [PATCH] Update nuget version. --- Makefile | 2 +- cibuild.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2cefabd6bd..8234f8a49f9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL = /bin/bash OS_NAME = $(shell uname -s) -NUGET_PACKAGE_NAME = nuget.54 +NUGET_PACKAGE_NAME = nuget.60 BUILD_CONFIGURATION = Debug BOOTSTRAP_PATH = $(shell pwd)/Binaries/Bootstrap BUILD_LOG_PATH = diff --git a/cibuild.cmd b/cibuild.cmd index ade5553cd22..2c72ed32154 100644 --- a/cibuild.cmd +++ b/cibuild.cmd @@ -3,7 +3,7 @@ REM Parse Arguments. set NugetZipUrlRoot=https://dotnetci.blob.core.windows.net/roslyn -set NugetZipUrl=%NuGetZipUrlRoot%/nuget.54.zip +set NugetZipUrl=%NuGetZipUrlRoot%/nuget.60.zip set RoslynRoot=%~dp0 set BuildConfiguration=Debug set BuildRestore=false -- GitLab