Cake.Storm.Fluent
0.5.1
Cake addin for fluent description of build tasks.
Install-Package Cake.Storm.Fluent -Version 0.5.1
dotnet add package Cake.Storm.Fluent --version 0.5.1
<PackageReference Include="Cake.Storm.Fluent" Version="0.5.1" />
paket add Cake.Storm.Fluent --version 0.5.1
Release Notes
Version 0.5.0 :
- Cake dependency update to 0.38.2
Version 0.3.3 :
- Add possibilities to handle multiple projects at the same time
Version 0.3.2 :
- Add value resolvers type to easily handle value coming from string, args or environment variables
Version 0.3.1 :
- Implement cache mechanism to avoid rerun unneeded step
- fix WithVersionFromArguments getting argument on parsing instead of execution
Version 0.3.0 :
- Implement configuration switch for more flexibility
- Fix bugs when target/platform was used but does not exists
- Fix help displaying 'release' instead of 'deploy'
- Add step to execute some C# code
- Review step mechanism to have steps that can be executed on multiple step (eg. prebuild, prerelease)
Version 0.2.0 :
- Update to Cake 0.22.0 dependencies
- Remove net45 framework support
Version 0.1.0 : Initial release with infrastructure to generate tasks for clean, build, release and deploy steps.
- Base configurations to use accross projects
- Include common steps (clean, nuget restore)
Dependencies
-
- Cake.Common (>= 0.38.2)
- Cake.Core (>= 0.38.2)
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Cake.Storm.Fluent:
Package | Downloads |
---|---|
Cake.Storm.Fluent.iOS
Cake addin for fluent description for iOS relative tasks.
|
|
Cake.Storm.Fluent.Android
Cake addin for fluent description for android relative tasks.
|
|
Cake.Storm.Fluent.Transformations
Cake addin for fluent description to update file content before build (csproj & cs source file).
|
|
Cake.Storm.Fluent.NuGet
Cake addin for fluent description for nuget release tasks.
|
|
Cake.Storm.Fluent.DotNetCore
Cake addin for fluent description for dotnetcore tooling relative tasks.
|
GitHub repositories
This package is not used by any popular GitHub repositories.