Not Monitored
Tag not monitored by Microsoft.
38,759 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using the Azure DevOps Pipelines to build my VS 2022 solution.
I have created an project scoped Artifact feed with two nuget packages.
The nuget restore tasks keeps failing with the following error: ##[error]The nuget command failed with exit code(1) and error(NU1301: Unable to load the service index for source...
This the Nuget pipline task that fails to restore the feed packages. I doubled checked all feed permissions and are out of ideas as what the issue could be.
task: NuGetCommand@2
inputs:
command: 'restore'
restoreSolution: '**/*.sln'
feedsToUse: 'select'
vstsFeed: '76ef5cbd-6ef6-49d2-ad40-6ef7529c91b8/aa62c805-6da8-42fd-8efd-6025c1c542b3'