We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6139989 commit 7b512cbCopy full SHA for 7b512cb
setup.py
@@ -222,7 +222,7 @@ def _install_packages(self):
222
nuget = os.path.join("tools", "nuget", "nuget.exe")
223
use_shell = False
224
if DEVTOOLS == "Mono":
225
- nuget = "mono %s" % nuget
+ nuget = "mono %s -ConfigFile /home/ubuntu/.config/NuGet/NuGet.config" % nuget
226
use_shell = True
227
228
cmd = "%s restore pythonnet.sln -o packages" % nuget
0 commit comments