From 4cd4955f693c91577b1824798c54faa428972dc6 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Mon, 12 Oct 2015 13:50:31 -0700 Subject: [PATCH] Update *nix NuGet package --- cibuild.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cibuild.sh b/cibuild.sh index 002c49fba6f..18cb3ba7954 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -58,8 +58,7 @@ done restore_nuget() { - - local package_name="nuget.23.zip" + local package_name="nuget.24.zip" local target="/tmp/$package_name" echo "Installing NuGet Packages $target" if [ -f $target ]; then -- GitLab