X Tutup
Skip to content

Commit 5c8e62c

Browse files
author
Lucas Castelo
committed
NuGet will not update
1 parent 2e0874a commit 5c8e62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,9 @@ def _install_packages(self):
432432
if DEVTOOLS == "Mono":
433433
nuget = "mono {0}".format(nuget)
434434

435-
cmd = "{0} update -self".format(nuget)
436-
self.debug_print("Updating NuGet: {0}".format(cmd))
437-
subprocess.check_call(cmd, shell=use_shell)
435+
# cmd = "{0} update -self".format(nuget)
436+
# self.debug_print("Updating NuGet: {0}".format(cmd))
437+
# subprocess.check_call(cmd, shell=use_shell)
438438

439439
try:
440440
# msbuild=14 is mainly for Mono issues

0 commit comments

Comments
 (0)
X Tutup