Skip to content

🍰 🧩 PoC of a Cake addin for testing the Cake.Extensions meta-package

License

Notifications You must be signed in to change notification settings

augustoproiete-sandbox/cake-addins-sample

Repository files navigation

README.md

Cake.Addins.Sample

Sample Cake add-in for testing the Cake.Extensions meta-package.

NuGet Version Stack Overflow

Getting started 🚀

Call the Sample() alias in order to run the add-in using the default settings:

#addin "nuget:?package=Cake.Addins.Sample&version=0.0.2-preview&prerelease"

Task("Example")
    .Does(() =>
{
    Sample();
});

RunTarget("Example");

Release History

Click on the Releases tab on GitHub.


Copyright © 2020 C. Augusto Proiete & Contributors - Provided under the MIT License.