Unable To Deploy Libraries Using Azure CI CD Deployment As The External Feeds Are Not Accessible

How to handle when it is not possible to deploy libraries using Azure CI CD deployment as the external feeds are not accessible?

If myget feed cannot be accessed due to firewall restrictions, then perform the below:

  • Upload all dependencies (and their entire dependency tree) to the Orchestrator as libraries
  • Place them manually on the agent at the path C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\ (64-bit OS) or C:\\Program Files\\Microsoft SDKs\\NuGetPackages\\ (32-bit OS)