Skip to content

Commit

Permalink
fix build and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Oct 20, 2019
1 parent a8c20e0 commit 9337b69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Release Notes

## 5.17.1-alpha - tbd
## 5.18.0-alpha - 2019-10-21

* tbd
* ENHANCEMENT: Add core support for local tools via `CreateProcess.withToolType`, this helper is part of `Fake.DotNet.Cli` and available after `open Fake.Core` - https://github.com/fsharp/FAKE/pull/2399
* ENHANCEMENT: Add `ToolType` support in `ReportGenerator` and `Paket`, thanks @SteveGilham and @Tarmil - https://github.com/fsharp/FAKE/pull/2399
* ENHANCEMENT: Add `FAKE_COREFX_VERBOSE` in order to increase verbosity for the FAKE libraries
* BUGFIX: Address https://github.com/fsharp/FAKE/issues/2406 by only printing a warning instead of crashing
* BUGFIX: Partially address https://github.com/fsharp/FAKE/issues/2401 by allowing the user to continue and request additional info.

## 5.17.0 - 2019-10-10

Expand All @@ -29,7 +33,6 @@
* ENHANCEMENT: Added `ProcessUtils.tryFindLocalTool` to resolve tools via a common logic (`Fake.IO.Globbing.Tools` is now obsolete)
* DOCS: Fix some broken links - https://github.com/fsharp/FAKE/issues/2351


## 5.16.0 - 2019-08-17

* LEGACY: Remove `Fake.Deploy` from repository and NuGet package, see https://github.com/fsharp/FAKE/issues/1820
Expand Down
2 changes: 1 addition & 1 deletion src/app/Fake.Core.Process/RawProc.fs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ module internal RawProc =
Trace.traceFAKE "Waiting for the hanging redirect task failed: %O" e
}
|> Async.Start
Trace.traceFAKE msg
Trace.traceFAKE "%s" msg

return { RawExitCode = code }
}
Expand Down

0 comments on commit 9337b69

Please sign in to comment.