I am trying to have my Azure Pipeline get Nuget Packages from my Azure Artifacts feed, but they don't want to talk to each other.
I have followed this document and '[Project name] Build Service ([Organization name])'
already seems to have rights, but I'm getting the following error.
##[error]The nuget command failed with exit code(1) and error(NU1301: Unable to load the service index for source https://pkgs.dev.azure.com/.../.../nuget/v3/index.json.
My build is unchanged from before.
What should I do? (Q&A Below)