In Azure Devops is there a way to Get Sources from multiple Repos for a single Build Definition?
问题 During my build process, I am trying to create 2 artifacts. One artifact for pipeline-related scripts and code, and another for the Release product. I am trying to set this up in a way that the pipeline-related scripts and code are centrally managed in a separate repository and then imported into each production build pipeline upon execution. I have been able to import the code from External Git, but then I hit a snag... The trouble that I'm running into is that when I am creating the Build