We have an nuget server hosted in azure that only allow certain people to create packages.
If I run nuget command line, I get asked to provide username and password. Is t
Use PAT (Personal Access Token) as the password. Make sure that PAT has packaging read and write permission.