Skip to content

Releases: fsprojects/FAKE

5.0.0-beta027

24 Mar 15:55

Choose a tag to compare

5.0.0-beta027 Pre-release
Pre-release

ENHANCEMENT: Allow to wire DotNet.Install and DotNet.<Command> such that they work together, see https://fake.build/dotnet-cli.html
DOCS: Document how to run fake 5 scripts via fsi, see https://fake.build/fake-debugging.html

5.0.0-beta026

24 Mar 01:40

Choose a tag to compare

5.0.0-beta026 Pre-release
Pre-release

BUGFIX: remove Killing <id> failed with Process... messages after Build
BUGFIX: change the upload uri for AzureWebJobs - #1826
BUGFIX: fake run build.fsx --fsiargs "--debug:portable --optimize-" will now actually create a pdb file and enable debugging

5.0.0-beta025

19 Mar 23:22

Choose a tag to compare

5.0.0-beta025 Pre-release
Pre-release

BREAKING: Update ReleaseNotes module to match new API Guidelines.
FAKE5: Concept for Build-Server Support
FAKE5: New module Fake.BuildServer.TeamCity
FAKE5: New module Fake.BuildServer.AppVeyor
FAKE5: New module Fake.BuildServer.Travis
FAKE5: New module Fake.BuildServer.TeamFoundation
FAKE5: New module Fake.JavaScript.Npm - #1822
BUGFIX: setKillCreatedProcesses was not working as expected - #1814
ANNOUNCEMENT: Fake.Deploy is obsolete.

5.0.0-beta024

09 Mar 19:17

Choose a tag to compare

5.0.0-beta024 Pre-release
Pre-release

ENHANCEMENT: Refactor Dotnet API - #1812
BUGFIX: Find dotnet on PATH - #1813
FAKE5: New modules Fake.Azure.CloudServices, Fake.Azure.Emulators, Fake.Azure.Kudu and Fake.Azure.WebJobs - #1757

5.0.0-beta023

04 Mar 20:48

Choose a tag to compare

5.0.0-beta023 Pre-release
Pre-release

[CORE-PROCESS] ENHANCEMENT: Experiment with new Process API
[CORE-TRACE] ENHANCEMENT: Add TraceSecrets-API to prevent FAKE from printing secrets

5.0.0-beta022

04 Mar 12:21

Choose a tag to compare

5.0.0-beta022 Pre-release
Pre-release

FAKE5: New module "ChangeWatcher"
FAKE5: Reduce number of modules by combining some modules:

  • Fake.Core.BuildServer moved to Fake.Core.Environment
  • Fake.Core.Globbing moved to Fake.IO.FileSystem (includes the namespace change from Fake.Core to Fake.IO)
    BREAKING: Refactor Process API according to FAKE5 guidelines
    BREAKING: Add RequireQualifiedAccess to some core modules in order to lead users into the new API-Usage
    ENHANCEMENT: Refactor Fake.Core.Target module and improve summary output and error reporting.
    BUGFIX: Use "defines" for the #r "paket:..." tokenizer
    BUGFIX: Fake5 did not properly handle the --fsiargs command line argument.

5.0.0-beta021

02 Mar 23:15

Choose a tag to compare

5.0.0-beta021 Pre-release
Pre-release

BUGFIX: Backslashes in paths wheren't escaped in intellisense.fsx - fsprojects/Paket#3093

5.0.0-beta020

26 Feb 23:05

Choose a tag to compare

5.0.0-beta020 Pre-release
Pre-release

BUGFIX: Fake now works without .paket folder - #1778 and #1564
BUGFIX: #1744
ENHANCEMENT: Fake now supports Credential Providers (like paket, see https://fsprojects.github.io/Paket/credential-providers.html)

5.0.0-beta019

25 Feb 11:05

Choose a tag to compare

5.0.0-beta019 Pre-release
Pre-release

BUGFIX: Added VS 2017 MSTest location - #1794 and #1604
BUGFIX: Fix DotNetCompile - #1793

5.0.0-beta018

19 Feb 00:35

Choose a tag to compare

5.0.0-beta018 Pre-release
Pre-release

BUGFIX: Fix #1776 again for dotnet cli helpers.
ENHANCEMENT: Fix chocolatey warning and add VERIFICATION.txt