Skip to content

RadioSystems/Cake.Orchard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cake.Orchard

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

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.

License

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

Releases

No releases published

Packages

No packages published

Languages