From 74fb918d326fa62bf78e3b75026610f19975c488 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 19 Mar 2014 11:35:56 -0700 Subject: [PATCH] Remove call to NuGet restore from appveyor configuration --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2b869b8d8..0c44dc54b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,6 @@ install: build_script: - cd pythonnet - - tools\nuget\NuGet.exe restore pythonnet.sln - C:\python\python.exe setup.py bdist_wheel test_script: