You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial run of build.sh after clone fails with error: Paket failed with -> The NuGet source https://ci.appveyor.com/nuget/fsharp-formatting for package FSharp.Formatting was not found in the paket.dependencies file with sources [NuGetV2 {Url = "https://www.nuget.org/api/v2"; Authentication = Paket.NetUtils+AuthProviderModule+ofFunction@38;}]
It fails on windows as well, the same error. Actually when you look at the appveyor badge, the same problem. It is very poor practice to let your main branch fail like that and just leave it, I think.
in my case using it on MacOS Mojave it works and generate all the files but the generated project isn't recognized by VS nor ionide returning several errors and when trying to run it, it fails.
So far the only way to get a project working well has been creating projects manually with: dotnet new console -lang F# -o myFApp
and adding paket manually too.
Description
The initial run of build.sh after clone fails with error:
Paket failed with -> The NuGet source https://ci.appveyor.com/nuget/fsharp-formatting for package FSharp.Formatting was not found in the paket.dependencies file with sources [NuGetV2 {Url = "https://www.nuget.org/api/v2"; Authentication = Paket.NetUtils+AuthProviderModule+ofFunction@38;}]
Repro steps
git clone https://github.com/fsprojects/ProjectScaffold.git
cd ProjectScaffold
./build.sh
Expected behavior
Initial set-up is successful.
Actual behavior
Known workarounds
Related information
Mono JIT compiler version 5.10.1.47 (2017-12/8eb8f7d5e74 Fri Apr 13 20:18:12 EDT 2018)
The text was updated successfully, but these errors were encountered: