Hi,
We have indeo set up for AD integration
However, I also have a DevOps pipeline that is off the domain and I don't want to give it an AD account to connect.
So I have created a built-in directory user to pull the packages down
I've set the credentials locally
with nuget sources add -Name "proget" -Source "https://xxxx/nuget/myfeed/" -username "uuuu" -password "pppp"
and also nuget setapikey "uuuuu:ppppp" -Source "https://xxxx/nuget/myfeed/"
however, on doing a nuget install, I'm still getting prompted for credentials.
Any ideas?