skip to Main Content

Is it possible to use an Artifactory NuGet Restore with multiple Repositories(targetResolveRepo) when the Job is built based on the TFS in the classic editor. Same as for the Nuget restore task by pointing to the sln file or NuGet config. When using the Artifactory NuGet Restore task it gives opportunity to choose only one repo from many.

2

Answers


  1. You are using the Azure DevOps extension JFrog Artifactory. Judging from the current task page, only one targetResolveRepo can be selected.
    It is recommended that you can request support or ask the question from the extension developer. You can ask the question here or here.

    Login or Signup to reply.
  2. You can select only one resolution repository, but this repository can be a Virtual repository that can aggregate many repositories under it.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search