Skip to content

Releases: fsprojects/FAKE

5.0.0-rc018.248

05 Jun 10:05
Compare
Choose a tag to compare
5.0.0-rc018.248 Pre-release
Pre-release

ENHANCEMENT: Upgrade to final release of global tools - #1972
ENHANCEMENT: Upgrade to netcore2.1 - #1972
BUGFIX: Fix issue to hide secrets in output - #1969

5.0.0-rc018-244

02 Jun 14:31
Compare
Choose a tag to compare
5.0.0-rc018-244 Pre-release
Pre-release

ENHANCEMENT: Upgrade to final release of global tools - #1972
ENHANCEMENT: Upgrade to netcore2.1 - #1972
BUGFIX: Fix issue to hide secrets in output - #1969

5.0.0-rc017.237

27 May 14:20
Compare
Choose a tag to compare
5.0.0-rc017.237 Pre-release
Pre-release

BREAKING: Add some [<RequireQualifiedAccess>] attributes accoding to API-Guidelines (Target, Globbing, AssemblyInfoFile)
ENHANCEMENT: Mark Target.DoNothing as obsolete
ENHANCEMENT: Mark Target.Description as obsolete and add Target.description
BUGFIX: Includes fixes from 4.64.12
BUGFIX: Quoting in NuGet Restore task - #1962
BUGFIX: Fix several bugs in AssemblyInfo reader - #1959
BUGFIX: Workaround System.Reactive v4 release breaking us - #1966

5.0.0-rc016.225

21 May 23:16
Compare
Choose a tag to compare
5.0.0-rc016.225 Pre-release
Pre-release

ENHANCEMENT: Make caches more portable - #1924
ENHANCEMENT: Handle Ctrl+C to properly shutdown (for example run final targets) - #1946
ENHANCEMENT: Add Target.deactivateBuildFailure and Target.deactivateFinal - #1949
BUGFIX: Fake had problems with #load directives in some scenarios - #1947
BUGFIX: Parallel Builds on Team-Foundation would sometimes fail because of racy output of #vso[] commands - #1949
BUGFIX: Parallel runner would run more targets than needed in error case - #1949

5.0.0-rc015.196

20 May 23:33
Compare
Choose a tag to compare
5.0.0-rc015.196 Pre-release
Pre-release

FAKE5: Global dotnet cli-tool fake-cli - #1932
Install via dotnet tool install fake-cli -g --version 5.0.0-*
BUGFIX: Some issues when running latest dotnet cli via the Fake.DotNet.Cli module.
BUGFIX: Fake.Core.Xml changed DOCTYPE - #1692
ENHANCEMENT: Add API to set the build state - #1936
ENHANCEMENT: Add Shell.copyFilesWithSubFolder to copy files while keeping relative directories in place - #1937
ENHANCEMENT: Fake runner will now hint you into success when dependencies are missing - #1783

5.0.0-rc014.167

19 May 11:25
Compare
Choose a tag to compare
5.0.0-rc014.167 Pre-release
Pre-release

BUGFIX: Globbing is now more robust (especially outside the working directory) - #1925 #1750 and some not tracked issues
COSMETICS: Fake is printing target description twice - #1931
ENHANCEMENT: Fake parallel logic is not even smarter in running targets parallel - #1934
DOCS: We now have a full staging environment in place - https://fake.build/contributing.html#Staging-environment
DOCS: We now have a place to thank our supporters - https://fake.build/help-supporters.html

5.0.0-rc013.141

18 May 20:19
Compare
Choose a tag to compare
5.0.0-rc013.141 Pre-release
Pre-release

ENHANCEMENT: Add partial restore (to improve the speed when using in a release-pipeline) - #1926
FAKE5: Xake now supports FAKE 5 and is advertised as module - https://github.com/xakebuild/Xake

  • ENHANCEMENT: Parallelize targets even more - #1934
  • COSMETICS: Targets are always shown as "failed" - #1929
  • COSMETICS: Target description was printed twice - #1931

5.0.0-rc012.95

13 May 00:07
30dce89
Compare
Choose a tag to compare
5.0.0-rc012.95 Pre-release
Pre-release

FAKE5: New module Fake.Windows.Registry - #1909
BUGFIX: Fix MSBuild parameter parsing - #1918
BUGFIX: DocoptException was not reported correctly - MangelMaxime/fulma-demo#4
FAKE5: New module Fake.DotNet.Fsc - #1919
ENHANCEMENT: Improve GitLab and VSTS CI Support - #1920
FAKE5: New module Fake.BuildServer.GitLab - #1919
BUGFIX: Zip.unzip was flattening the result - #1920
BUGFIX: Fake complained that Intellisense.fsx didn't exist - #1917
ENHANCEMENT: Targets now retrieve the current execution list as context parameter - #1920
DOCS: Huge update to the documentation, adds obsolete warnings thanks @kblohm - #1923

5.0.0-rc011

06 May 14:34
Compare
Choose a tag to compare
5.0.0-rc011 Pre-release
Pre-release

ENHANCEMENT: Add Verbosity setting for NuGet restore - #1904
BUGFIX: Fix msbuild helper OutputPath with trailing \ - #1905
BUGFIX: Make Fake.Tools.Pickles run on unix (with mono) - #1901
DOCS: Add docs on how to test modules locally - #1906
DOCS: Added some links to the documentation of SpecFlow, Pickles and ReportGenerator - #1907
BUGFIX: API-Reference documentation showing invalid tool-tips - #1912
BUGFIX: Fake being unable to compile when intellisense.fsx doesn't exist - #1908
ENHANCEMENT: Some improvements to the target build order algorithm - #1903

5.0.0-rc010

01 May 21:06
Compare
Choose a tag to compare
5.0.0-rc010 Pre-release
Pre-release

BUGFIX: Some minor issues after last performance release - #1902