An Addin for Cake that reproduces the Orchard Project custom MSBuild tasks.
If you like or are using this project please give it a star. Thanks!
#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.
For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.
Click on the Releases tab on GitHub.
This addin is licensed under the Apache 2.0 license, a copy is included in the repository.