Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b512cb

Browse files
author
Haziman Hashim
authored
Update setup.py
1 parent 6139989 commit 7b512cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _install_packages(self):
222222
nuget = os.path.join("tools", "nuget", "nuget.exe")
223223
use_shell = False
224224
if DEVTOOLS == "Mono":
225-
nuget = "mono %s" % nuget
225+
nuget = "mono %s -ConfigFile /home/ubuntu/.config/NuGet/NuGet.config" % nuget
226226
use_shell = True
227227

228228
cmd = "%s restore pythonnet.sln -o packages" % nuget

0 commit comments

Comments
 (0)