Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 462 Bytes

ScriptUpDLLs

Script made in Python to automatically load DLLs for a given feed in AZURE DEVOPS

Instructions

  • Add this feed
eduardollanda@pc:~$ nuget.exe sources Add -Name "name of your feed" -Source "LINK OF FEED"
  • Put the script where the DLLs are
  • When running the script you should pass as argument the name of your feed:
eduardollanda@pc:~$ python DLLs "name of your feed"

*OBS: You only need to add the feed once