diff --git a/build.py b/build.py index 8a66490e7..678f1f2cc 100644 --- a/build.py +++ b/build.py @@ -274,7 +274,7 @@ def _build_proto_srcs_commands(self): return commands def _build_proto_dlls_commands(self): - return ['nuget', 'install', '-o', '.nuget'] + return ['nuget', 'install', '-o', '.nuget', '-Source', 'https://api.nuget.org/v3/index.json'] class CleanCommand(Command):