Closed Kurren123 closed 6 years ago
Can you try with https://github.com/isaacabraham/vsts-fsharp ie:
Either:
As this repository is not the latest version and doesn't include support for azure devops (works with vsts urls only).
Hi @matthid thanks for your quick response. I am using the "F# Helpers for Azure DevOps" extension. The error happens in the "restore packages" step of this build (which simply runs the paket bootstrapper and then does paket restore
):
I have installed the .net core runtime and .net core SDK v2.1.
can you try to use the .Net Core Tool Installer
task? It looks like something is not correct with your installation.
Hi @matthid, thanks for your reply. I decided to install a global credentials provider on the build agent and it all works now. Thanks again for your time.
Hi
I am getting the following error when building in azure devops, after the credentials provider has been set up, when paket is restoring:
I have installed the .net core runtime and .net core SDK v2.1.
Any advice would be much appreciated.
Thanks!