示例#1
0
 def run(self):
     try:
         DownloadNuget()
     except:
         pass
     install.run(self)
示例#2
0
 def run(self):
     try:
         DownloadNuget()
     except:
         pass
     develop.run(self)
示例#3
0
 def run(self):
     # we need to download nuget so throw the exception if we don't get it
     DownloadNuget()
     sdist.run(self)