Closed sdargaud closed 6 years ago
Sorry, I'll try to reproduce this tomorrow. I probably broke something :/. As a workaround can you try to get the latest version from https://github.com/matthid/Paket.TeamBuildCredentials/releases/tag/0.2.1 and install into your tfs/vsts/azure devops and try again?
Sorry I am not the administrator and cannot install extensions directly, but I can do any test in the build pipeline if needed.
Ok sorry for the delay, I hope I can push out a fix soon. I had to put something in place that this doesn't happen again. (Which is a PIA for azure devops extensions)
Ok there was indeed an additional problem with the visualstudio.com
-> dev.azure.com
change.
Everything should be working again. Just try to edit the build process with an empty space, task version should be reported as 0.2.5
Thanks it's working fine!
Hi,
We noticed that since today the paket restore task fails while trying to download a package from our internal Azure DevOps nuget feed: failed with: 401 Unauthorized - TF400813: Resource not available for anonymous access. Client authentication required. It was working flawlessly for months (using the previous F# extension). I wonder if this is due to the renaming / rebranding. I tried uninstalling / reinstalling the extension but it keeps telling me it's version 0.x. Here is the output from the setup credentials task
And the error in the paket restore task :
I am not sure the v3 version of the feed ever worked and maybe this is the root cause ?
Any help would be greatly appreciated!