I have set up an Azure Static website, and use an AzureDevOps pipeline to push my Blazor application into it, however, I'm using some NuGet packages from a private feed, and even though I do a restore with that feed id on the build, it still says it can't find the NuGet packages belonging to that feed. For some reason it's only looking at the NuGet official feed, and not my private feed.
Here is my build pipeline:
][2]
Here is my log on the build: