Had a great idea for integration package actions as MSBuild tasks for deploy/test scenarios - handy esp. for continuous integration environments. Working on some sample code as we speak.
Would be nice to Support MSBUild tasks. However the PackageActionContrib is written to build packages. Don't know if Support for Continuous integration is the main priority of this project, what doi others think?
What you can do is create a CI project and use the current actiosn in that project?
I would like to know if you made it possible to run package actions as a MSBuild task?
What I would like to do is to kinda create umbraco change scripts using package actions, so MSBuild (or any command, powershell etc.) can execute the actions against an umbraco. I wonder if this could be possible.
MSBuild tasks
Had a great idea for integration package actions as MSBuild tasks for deploy/test scenarios - handy esp. for continuous integration environments. Working on some sample code as we speak.
Would be nice to Support MSBUild tasks. However the PackageActionContrib is written to build packages. Don't know if Support for Continuous integration is the main priority of this project, what doi others think?
What you can do is create a CI project and use the current actiosn in that project?
Cheers,
Richard
Hi Benjamin!
I would like to know if you made it possible to run package actions as a MSBuild task?
What I would like to do is to kinda create umbraco change scripts using package actions, so MSBuild (or any command, powershell etc.) can execute the actions against an umbraco. I wonder if this could be possible.
Regards,
Nikola
Hi Nikola,
Matt Brailsford released the source of his MSBuild tasks for creating Umbraco packages:
https://bitbucket.org/mattbrailsford/msbuild.umbraco
It does not interact with an Umbraco instance, only use for building packages ... but it might be a good starting point? collaborations, etc.
Cheers, Lee.
Am indeed, I've already come across Matt's great piece of code (for the reference, here's the link: http://blog.mattbrailsford.com/category/tutorials/page/2/)
What I need is something different, but I'll certainly try to digg into it.
Thanks Lee for your responsiveness ;)
is working on a reply...