Skip to content

Commit

Permalink
Added contrib icon (#4)
Browse files Browse the repository at this point in the history
* Added contrib icon

* fixed URI
  • Loading branch information
pitermarx authored Jun 27, 2017
1 parent 9661143 commit be9bb2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Task("Pack")
Description = "An extension to Cake Build. Changes the current directory.",
ProjectUrl = new Uri("https://github.com/pitermarx/Cake.DoInDirectory"),
Tags = new [] {"cake","io", "directory"},
IconUrl = new Uri("https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png"),
Files = new [] {
new NuSpecContent { Source = "Cake.DoInDirectory/bin/Release/Cake.DoInDirectory.dll", Target = "lib/net45" },
new NuSpecContent { Source = "Cake.DoInDirectory/bin/Release/Cake.DoInDirectory.XML", Target = "lib/net45" },
Expand Down Expand Up @@ -89,4 +90,4 @@ Task("Publish")
Task("Default")
.IsDependentOn("Publish");

RunTarget(target);
RunTarget(target);

0 comments on commit be9bb2e

Please sign in to comment.