Shouldn't be surprising to anyone, but just in case you missed it: Please migrate away from `dotnet-fake` and use `fake-cli`, see all the details here: github.com/fsharp/FAKE/is…
FAKE is a build automation system with capabilities like make and rake. It is using an easy DSL so that you can start using it without learning F#.
Joined April 2009
- Happy to announce the happy new year edition (5.19) of FAKE. It contains a huge amount of fixes, improvements and documentation updates contributed by lots people. Thanks everyone! (github.com/fsharp/FAKE/pu…)
- Can someone please test latest fake-cli alpha on a mac?. Just a quick `dotnet new manifest && dotnet tool install --version 5.19.0-alpha.1473 fake-cli && dotnet fake --version` and report back if everything looks OK (especially the reported Paket.Core version).
- Should we timeout targets by default? What timeout/syntax should we choose? Please join the discussion in github.com/fsharp/FAKE/is…
- Just in case you missed it: DotNet SDK v3 is out! It adds local dotnet tools. Naturally, @fsharpMake already supports them via `dotnet tool install fake-cli` (see docs). If you already using v3 or upgrading is an option please try it and report back! fake.build/fake-gettingst…

