Releases: stormid/cake-mix
Releases · stormid/cake-mix
v0.8.1
- Updates to
Cake.Incubator
v5.0.1
v0.8.0
- Requires Cake 0.33+
- Allows EF core context generation to be selective using
.IncludeAsEfDbContext(p => p.AssemblyName.Contains("Data"))
v0.7.1
- Fixes an issue when publishing test results to Azure DevOps
v0.7.0
- Introduces new copy artifacts task
- Updates test tasks to publish results on failure
- Adds additional check into EF context task
- Updates Cake.Incubator to 4.0.1
v0.6.4
- Also updates dotnetcore test to return array of
FilePath
for publishing
v0.6.3
- Pins Newtonsoft.Json usage in EF Artifacts tasks
- Ensures FilePath array pased for test result publish to Azure DevOps
v0.6.2
- Pins version of Cake.Incubator in
Configuration.cake
v0.6.1
This release fixes an issue with the publish scripts for msbuild
0.6.0
We now support:
- "Library" and "NuGet" as project types
- Support for publishing a "Library" as a zip (archives contents of build output path)
- Support for nuget pack of .net framework library projects
v0.5.0
This release:
- Adds support for legacy project names (full framework)