From 5c8e62c2787a0751fbc4814c30bfbee312fa1cb6 Mon Sep 17 00:00:00 2001 From: Lucas Castelo Date: Fri, 1 May 2020 12:29:13 +0300 Subject: [PATCH] NuGet will not update --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2dc3e2ca8..f4f0554d4 100644 --- a/setup.py +++ b/setup.py @@ -432,9 +432,9 @@ def _install_packages(self): if DEVTOOLS == "Mono": nuget = "mono {0}".format(nuget) - cmd = "{0} update -self".format(nuget) - self.debug_print("Updating NuGet: {0}".format(cmd)) - subprocess.check_call(cmd, shell=use_shell) + # cmd = "{0} update -self".format(nuget) + # self.debug_print("Updating NuGet: {0}".format(cmd)) + # subprocess.check_call(cmd, shell=use_shell) try: # msbuild=14 is mainly for Mono issues