fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

Updates dotnet fake to fake #333

Closed jeremyabbott closed 5 years ago

jeremyabbott commented 5 years ago

Also updates build.sh to call fake run init.fsx

Co-authored-by: Jeff Boek jeff@jeffboek.com

jeremyabbott commented 5 years ago

@jackfoxy submitted for your approval. cc: @boek

jeremyabbott commented 5 years ago

@jackfoxy this was tested on a Mac with the latest version of the fake global tools installed.

jeremyabbott commented 5 years ago

Should resolve #332

jackfoxy commented 5 years ago

Did you determine if the documentation needs updating to include installing fake global tools, or does paket magically handle that?