Addins

Cake.Issues - A suite of addins for issue handling in Cake

Published
Sunday, 10 June 2018
Category
Addins
Author
Pascal Berger

Do you want to break your build on JetBrains InspectCode issues? Do you want to create nice reports for StyleCop issues in your code? Do you want to have ESLint issues reported as comments to pull requests? The Cake.Issues addins allows you to do this and much more. Read issues from different analyzer or linters, create reports or add them as comments to pull requests.

Read more...

Cake.Paket - An Addin and Module to Add Support for Paket in Cake

Published
Wednesday, 25 January 2017
Category
Addins
Author
Larz White

Most .NET developers are comfortable using NuGet to manage their dependencies. This is probably why Cake has such great support for it. Unfortunately, Paket which is a popular alternative has very little support. Luckily, with the help of Cake.Paket you can make Paket a first class citizen in your Cake scripts!

Read more...

Email addins released

Published
Monday, 31 October 2016
Category
Addins
Author
jericho

There are many scenarios where you need to send notifications during your build process, such as notifying colleagues that a build has passed/failed, notifying stakeholders that a package has been published to nuget, etc. One of the most popular ways to send such notification is, of course, email. That's why we recently released three new addins to send emails.

Read more...

Cake Kudu - Azure Web Deployment Addin

Published
Thursday, 22 October 2015
Category
Addins
Author
devlead

Wouldn't it be great if you could fully control your Azure web app deployments, have them configuration and environment driven and all this orchestrated using C#? Well it turns out with Cake Kudu you can!

Read more...