Skip to content

Various NuGet repository issues (V3, NuGet.config, registryUrls) #7912

Answered by viceice
dannyyy asked this question in Request Help
Discussion options

You must be logged in to vote

@dannyyy Please try the following package-rule instead of the nuget object.

  packageRules: [
    {
      datasources: [ 'nuget' ],
      registryUrls: [
            'https://api.nuget.org/v3/index.json',
            'https://api.nuget-dummy.org/v3/index.json',
      ]
    }
  ]

this should hopefully override the extracted registry urls

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@fdw
Comment options

Answer selected by rarkins
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #7912 on December 14, 2020 07:50.