Share via

Azure DevOps Service Connection field in NuGet Authenticate task (v1.*) — No service connection type found and existing connections not appearing in dropdown

Manojkumar Dhamodharan 25 Reputation points
2026-03-04T11:10:11.96+00:00

Hello,

I am facing an issue with the 'Azure DevOps' Service Connection field in the NuGet Authenticate task (version 1.*) in Azure Pipelines.

Problem 1 — Cannot create 'Azure DevOps' Service Connection type:

When I navigate to Project Settings → Service Connections → New Service Connection and search for Azure DevOps, it returns 'No Service Endpoint Found'. There is no dedicated Azure DevOps connection type available in the list.

Problem 2 — Existing connections not appearing in dropdown:

I have already created both a NuGet service connection and a Generic service connection using a Personal Access Token (PAT) scoped to Packaging (Read). However, neither of these connections appear in the 'Azure DevOps' Service Connection dropdown inside the NuGet Authenticate task UI.

What I have already tried:

  • Created a NuGet service connection with Token Authentication
  • Created a Generic service connection with the Azure DevOps Artifacts feed URL
  • Verified 'Grant access permission to all pipelines' is enabled on both connections
  • Verified the service connections are created in the same project as the pipeline
  • Verified the PAT is valid and not expired
  1. What exactly is the 'Azure DevOps' Service Connection type and how is it created?
  2. Which service connection type does this dropdown field actually accept?
  3. Is there a marketplace extension required to register this endpoint type?
  4. If this field is deprecated or non-functional, what is the recommended alternative for cross-organization NuGet feed authentication?

Any guidance or official documentation pointing to this specific field would be greatly appreciated.

Thank you!

Azure DevOps
{count} votes

Answer accepted by question author
  1. Keketso Mokgele 75 Reputation points
    2026-03-04T12:08:27.14+00:00
    1. create a personal access token
    2. create a generic service connection (serve URL your Azure DevOps NuGet feed URL)
    3. Use the service connection in the NuGet authenticate task
    4. verify pipeline permissions
    5. test the pipeline
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.