asmagin / Cake.Sitecore

The library provides a set of pre-build CAKE tasks. Those tasks could be used to simplify a configuration of CI/CD for Helix-based Sitecore projects.
https://cakebuild.net/addins/sitecore/
MIT License
11 stars 12 forks source link

Add cake-recipe tag to Cake.Sitecore NuGet package #54

Closed augustoproiete closed 3 years ago

augustoproiete commented 3 years ago

The NuGet Gallery will soon include a "Cake" tab with instructions on how to use NuGet packages in Cake build scripts. I'd like to suggest that you include the tag cake-recipe in the NuGet package of this recipe, so that the NuGet Gallery can display the correct instructions to install this recipe.

The tag cake-recipe is what nuget.org will use to determine if it's a recipe, and then display the tab with the #load directive.

The UI will look similar to this:

image


ps: It would be great if #48 could be done together with this one, so that the NuGet package starts following the naming convention for Recipes.