We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e62b50 commit ffe2884Copy full SHA for ffe2884
setup.py
@@ -226,7 +226,7 @@ def _install_packages(self):
226
use_shell = True
227
228
cmd_config = "%s config -ConfigFile /home/ubuntu/.config/NuGet/NuGet.Config"
229
- cmd = "%s pythonnet.sln -o packages" % nuget
+ cmd = "%s restore pythonnet.sln -o packages" % nuget
230
self.announce("Configuring NuGet")
231
check_call(cmd, shell=use_shell)
232
self.announce("Installing packages: %s" % cmd)
0 commit comments