matthid / Paket.TeamBuildCredentials

VSTS build tasks to allow Paket to access VSTS internal NuGet feeds. Released as part of https://github.com/isaacabraham/vsts-fsharp
MIT License
4 stars 0 forks source link

Error: Couldn't get package details. All possible sources are already blacklisted. #4

Open Kurren123 opened 5 years ago

Kurren123 commented 5 years ago

Hi. I'm trying to build on VSTS. I have enabled the credential manager and the cleanup. This is my build:

image

However I am getting the following errors on paket restore:

Possible Performance degradation, V3 was not working: One or more errors occurred.
Couldn't get package details for package [package name] on [nuget source].
-> All possible sources are already blacklisted

The nuget source is the private nuget feed that devops provide.

Any help would be much appreciated.