Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 732 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 732 Bytes

NOTE: Work on this has ceased, and instead, it is being replaced by the work that is being done here:

https://github.com/cake-build/cake-vs

The repo is being kept as there are some good conversations within the issues/pull requests.

cake-vs

This addin brings language support for Cake build scripts to Visual Studio.

What is Cake?

Cake (C# Make) is a cross platform build automation system with a C# DSL to do things like compiling code, copy files/folders, running unit tests, compress files and build NuGet packages.

##Learn more

For more information about Cake, please see the Cake website or the Cake source code repository.