Frosting - Manually running tasks ignores IsDependentOn? #3541
-
I am trying out Frosting because I wanted for a very long time a way to make a user selection menu based on the ... many tasks we have. So I am not all that clued up the internal API's and capabilities. I figured out I can create my own instance of a Task and all things programatically.. but I wanted to keep the Tasks in a folder with separate files. I am using the Default task to ..
Sweet . that works great. But it only runs that ONE task and the IsDependentOn is ignored. I guess this is something the Core.Engine is responsible for.. Is there another way I should be doing this? Thanks for a great piece of software - been using the ps1 script for many, many years at various places. 💯 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Cześć! It looks like you're missing some components to have the Cake engine run in a similar fashion as a regular Cake/Frosting build. Take a look at the community projects |
Beta Was this translation helpful? Give feedback.
Cześć! It looks like you're missing some components to have the Cake engine run in a similar fashion as a regular Cake/Frosting build. Take a look at the community projects
Cake.Bridge
and/orCake.Console
to see how they're doing it.