-
Notifications
You must be signed in to change notification settings - Fork 1.1k
EPIC: remove FAKE #7587
Copy link
Copy link
Labels
DXDeveloper experience issues - papercuts, footguns, and other non-bug problems.Developer experience issues - papercuts, footguns, and other non-bug problems.build system
Metadata
Metadata
Assignees
Labels
DXDeveloper experience issues - papercuts, footguns, and other non-bug problems.Developer experience issues - papercuts, footguns, and other non-bug problems.build system
Version Information
All projects right now
Describe the bug
Welp, as of this week the
ubuntu-latestbuild agents on Azure DevOps no longer come withmonopre-installed, so our old FAKE4 scripts will no longer run on Linux.Migrating to FAKE 5/6 is about as much work as just moving off of FAKE completely, so that's what we're going to do - most of what we used FAKE for in the past can now be natively handled via
dotnetcommands and simple PowerShell scripts.Steps
To support the main Akka.NET repo I'm going to do some wrap-up work on https://github.com/petabridge/Incrementalist - since we have a new-and-improved 1.0 version that tremendously reduces the need for something like FAKE in the first place for Incremental builds.