I'm getting error 1045 from NuGet in my Azure Devops Pipeline.
The issue was that my NuGet restore task was using an older version of the task.
Task set to v1.* which is the old versionChanging it to task version 2.* (the
latest at the time of writing)