You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* new namespaces model for tasks
* trying better DSL for Rm, Cp and Shell tasks
* refactoring dotnet tasks (extract deps)
* rename Action to Recipe, massive cleanup
* cleanup of FileTasks module
New tasks (with builders) are added: Rm, Cp and Shell. All these tasks are available in Xake.Tasks namespace.
All previously implemented tasks related to these new ones, were doubtlessly removed.