Releases: SimpleGitVersion/CodeCake
Supports TaskSetup & TaskTeardown
v0.25.0 Merge branch 'develop'
InteractiveMode enum (fix 0.23.0)
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
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.
CodeCakeApplication.Run()
now returns the result code along with the interactive mode options.
The solution now uses new csproj.
Supports Cake 0.23.0.
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.
v0.9.0 Updated dependency version.
Better exception handling when Build script constructor fails.
Now displaying the InvokeTargetException inner exception message.
Support dynamic lookup of environment path.
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
v0.7.4 Upgraded to SGV 0.14.1
Support Cake 0.7.0
Nothing more :)