FAKE
FAKE copied to clipboard
FAKE - F# Make
### Description I've recently moved from using the FAKE script runner to having a stand alone **build.fsproj** project that uses FAKE libraries. It's an approach that others have been using,...
Hi I'm trying to make 3 targets run in parallel, with a common first step. As soon as I add the common step, the targets don't seem to run in...
### Description I am attempting to patch an older version (1.9.1.1) and re-release it (1.9.1.2). The release notes have 2 higher version numbers, 1.9.3, and 1.9.4. However, the release notes...
### Description Error while targetting net5.0 framework. ### Repro steps 1. dotnet new -i Saturn.Template 2. md saturn2net5 3. dotnet new saturn -lang F# 4. Change TFM in saturn2net5.fsproj TargetFramework...
### Description ``` Script reported an error: -> BuildFailedException: Target '_DotNetPackage' failed. -> One or more errors occurred. (Method not found: 'Void PackOptions..ctor(Options, BuildConfiguration, Microsoft.FSharp.Core.FSharpOption`1, Microsoft.FSharp.Core.FSharpOption`1, Microsoft.FSharp.Core.FSharpOption`1, Boolean)'.) -> MissingMethodException:...
### Description See https://github.com/fsharp/FAKE/issues/2314 and https://github.com/fsharp/FAKE/pull/2318/commits/797ddaebd9faeae44ea8612608004c5ebb9585e4 We need this such that the caching layer can "free" the file locks and try again on potential failures. Ideally, we test if this...
### Description To make sure to "see" that the build has failed, even on small command-line windows, we should skip the performance overview on failure. We should be able to...
All apps will be transitioned to AppCenter by November 16, 2019. Will Fake.HockeyAppHelper be updated to the AppCenter API?
This is an announcement to let you guys know that I cancelled the domain renewal. As I'm not involved in the project anymore it didn't make a lot of sense...
### Description Should potentially fix https://github.com/fsprojects/FAKE/issues/2670