-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paket Restore task not authenticating to VSTS #28
Comments
Turns out that adding I changed our build script to copy the |
Thanks a lot for this analysis, does that mean the first provider was trying to get interactive input from the user? Maybe we can improve that scenario by printing a warning in paket after a while when the credentials provider doesn't exit? |
Yes, I do think that is what happens. I remember during my testing running the build manually on one of the build boxes and I got a login popup. After putting in my credentials that build box never had the authentication problem again but the other build boxes did. |
Description
I am trying to use the "Setup Paket Credential Provider" and "Paket Restore" tasks but it is not working. When the "Paket Restore" task runs it tries to connect to the VSTS NuGet instance but it just hangs and eventually gives and error like "Possible Performance degradation, blacklist" and the build terminates because of timeout.
Repro steps
Prerequisites
At least how my environment is setup
Steps to reproduce
Expected behavior
NuGet packages hosted on VSTS would be restored
Actual behavior
Paket restore hangs and the build is eventually terminated because of a timeout
Details
Known workarounds
None
The text was updated successfully, but these errors were encountered: