Releases: FakeBuild/Xake
Releases · FakeBuild/Xake
v0.6.26
20 Sep 17:39
Compare
Sorry, something went wrong.
No results found
Implemented in this build:
exception handling with try/with/finally
use! keyword in actions
utility functions FailWhen and WhenError related to exceptions handling
improved for/while/use in actions
new option DbFileName to define build database file name other than .xake
Example of catching the errors in rules
( " bin/FSharp.Core.dll" ) *> fun outfile ->
WhenError ignore <| action {
do ! copyFile " packages/FSharp.Core/lib/net40/FSharp.Core.dll" outfile.FullName
do ! copyFiles [ " packages/FSharp.Core/lib/net40/FSharp.Core.*data" ] " bin"
}
v0.5.25
28 Aug 14:54
Compare
Sorry, something went wrong.
No results found
lookup for newer fsc.exe versions
v0.5.24
15 Mar 19:20
Compare
Sorry, something went wrong.
No results found
v0.5.23
22 Jan 21:15
Compare
Sorry, something went wrong.
No results found
v0.4.22
10 Jan 21:37
Compare
Sorry, something went wrong.
No results found
Merge remote-tracking branch 'refs/remotes/origin/dev'
v0.3.21
25 Nov 20:33
Compare
Sorry, something went wrong.
No results found
v0.3.20
18 Nov 20:06
Compare
Sorry, something went wrong.
No results found
v0.3.19
25 Sep 20:23
Compare
Sorry, something went wrong.
No results found
fix build by making xml doc file
v0.3.16
25 Sep 19:39
Compare
Sorry, something went wrong.
No results found
switch to old build file to rebuild the project
v0.3.9
19 Sep 18:28
Compare
Sorry, something went wrong.
No results found