Skip to content
This repository was archived by the owner on Aug 6, 2019. It is now read-only.

Releases: SimpleGitVersion/CodeCake

Supports TaskSetup & TaskTeardown

28 Mar 14:58
Compare
Choose a tag to compare
v0.25.0

Merge branch 'develop'

InteractiveMode enum (fix 0.23.0)

27 Mar 18:39
Compare
Choose a tag to compare

Boolean IsInteractiveMode() and IsAutoInteractiveMode() have been deprecated (Obsolete with no error, only a warning) in favor of InteractiveMode() that returns a far less ambiguous InteractiveMode enum.

Note: Too fast, too tired. The previous 0.23.0 should not be used. Sorry.

Interactive mode enum

27 Mar 18:16
Compare
Choose a tag to compare

Boolean IsInteractiveMode() and IsAutoInteractiveMode() have been deprecated (Obsolete with no error, only a warning) in favor of InteractiveMode() that returns a far less ambiguous InteractiveMode enum.

Interactive mode, Cake v0.26.1 support & standardization.

21 Mar 11:01
Compare
Choose a tag to compare

CodeCakeApplication.Run() now returns the result code along with the interactive mode options.
The solution now uses new csproj.

Supports Cake 0.23.0.

15 Oct 08:50
Compare
Choose a tag to compare

Cake v0.23.0 has a breaking change: Cake now relies on an Async root execution method.
This version handles this change.

Cake 0.13.0 support.

13 Jun 10:58
Compare
Choose a tag to compare
v0.9.0

Updated dependency version.

Better exception handling when Build script constructor fails.

18 May 07:20
Compare
Choose a tag to compare

Now displaying the InvokeTargetException inner exception message.

Support dynamic lookup of environment path.

02 Mar 10:32
Compare
Choose a tag to compare

The PATH environment variable exposed on the CakeEnvironment is now dynamically build from 3 lists of path:

  • The original paths from the PATH environment variable.
  • A list of EnvironnmetAddedPaths (that supports wildcards) that are resolved before the script runs: the folders must pre-exist on the file system.
  • A list of paths expanded and gobbled from a EnvironmentDynamicPaths list of paths or patterns.

The AddPathAttribute defaults to dynamic paths lookup (set isDynamicPath: false to use static lookup).

Supports Cake 0.9.0

01 Mar 11:41
Compare
Choose a tag to compare
v0.7.4

Upgraded to SGV 0.14.1

Support Cake 0.7.0

14 Jan 13:42
Compare
Choose a tag to compare

Nothing more :)