An Addin for Cake that reproduces the Orchard Project custom MSBuild tasks.
#addin Cake.Orchard
Task("ValidateProjectFiles")
.Does(()=>{
ValidateProjectFiles("<path>");
})
Please open an issue in the Github issue tracker. We will try to respond.
Contributions are gladly accepted. Please submit a pull request on the develop branch.
This addin is licensed under the Apache 2.0 license, a copy is included in the repository.