Search code examples
azure-devopsazure-artifacts

Azure devops feed with PAT : what permissions are needed?


We have a feed that we can correctly use from Visual Studio or Azure pipeline. Now, I want to use it from commandline (mainly for a dockerfile)

If I configure a PAT with "Build > Read" or "Build > Read & Execute" it does not work. If I configure a PATH with "Full access", it works

My question is : what is the least privileged policy to use for the PAT in order to work with private nuget feed ?


Solution

  • You need read&write permission in Packing. If the scopes does not show full , please click Show all scopes above the Save button.

    enter image description here