We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0874a commit 5c8e62cCopy full SHA for 5c8e62c
setup.py
@@ -432,9 +432,9 @@ def _install_packages(self):
432
if DEVTOOLS == "Mono":
433
nuget = "mono {0}".format(nuget)
434
435
- cmd = "{0} update -self".format(nuget)
436
- self.debug_print("Updating NuGet: {0}".format(cmd))
437
- 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)
438
439
try:
440
# msbuild=14 is mainly for Mono issues
0 commit comments