Skip to content

Cake Addin for Orchard

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

cake-contrib/Cake.Orchard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cake.Orchard

An Addin for Cake that reproduces the Orchard Project custom MSBuild tasks.

Give a Star! ⭐

If you like or are using this project please give it a star. Thanks!

How to use

#addin Cake.Orchard

Task("ValidateProjectFiles")
    .Does(()=>{
        ValidateProjectFiles("<path>");
    })

Issues

Please open an issue in the Github issue tracker. We will try to respond.

Contributions

Contributions are gladly accepted. Please submit a pull request on the develop branch.

Discussion

For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.

Join in the discussion on the Cake repository

Release History

Click on the Releases tab on GitHub.


This addin is licensed under the Apache 2.0 license, a copy is included in the repository.