v2.0.3
New Features
Breaking Changes
- Upgrade to Cake 2.0
- To include the Azure Pipelines modules, reference the package "Cake.BuildSystems.Module" and include "UseModule<AzurePipelinesModule>()" in the setup of the Cake host.
Details
Upgrade to Cake 2.0
Breaking Change
Upgrade to verison 2.0 of Cake and bump version to 2.0 to reflect that change.
Because of breakign changes in Cake, version 2 of the shared build tasks must only be used with Cake.Frosting 2.0
- Commit:
4fff0bf
Do not implicitly load the AzurePipelines modules
Breaking Change: To include the Azure Pipelines modules, reference the package "Cake.BuildSystems.Module" and include "UseModule<AzurePipelinesModule>()" in the setup of the Cake host.
The UseSharedBuild() method will no longer automatically load the AzurePipelines module from the Cake.BuildSystems.Module package to reduce the dependencies of the Shared Build package.
Instead, the buildsystems package should be referenced by build projects using the shared build tasks directly.
- Commit:
3aa03f2