Public CI package feed now available
05 Dec 2018Progress is well under way for 4.0.0 and I’m closing in on producing the next alpha. This will contain a majority of the breaking changes regarding moving to an “async first” model across the Screen
and Conductor
classes.
In order to quickly gather feeback from the community I’ve set up a CI (Continuous Integration) pipline using Azure Pipelines and MyGet. This pipeline will publish the packages from any successful build on the master
branch to this feed.
The CI feed is available for Caliburn.Micro.Core
and Caliburn.Micro
.
Thanks to MyGet for providing the public feed.
For anyone who’s interested the pipeline itself is defined in the repository at azure-pipeline.yml
. Personally I’ve a big fan of defining as much as we can in declarative fashion including infrastructure and process.
Over time I’ll be looking to expand on this to do things such as build / check the samples and create new template packages.