Skip to content

Commit

Permalink
(GH-89) Embed icon in NuGet package (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Oct 16, 2019
1 parent 96549ed commit 5949527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#---------------------------------#
# Build Script #
#---------------------------------#
install:
# Update to latest NuGet version since we require 5.3.0 for embedded icon
- ps: nuget update -self

build_script:
- ps: .\build.ps1 -Target AppVeyor

Expand Down
2 changes: 1 addition & 1 deletion Cake.Issues.Recipe/Cake.Issues.Recipe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the Project Site for documentation and an overview of the whole ecosystem of
</description>
<license type="expression">MIT</license>
<projectUrl>https://cakeissues.net</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<icon>cake-contrib-medium.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.Recipe.git"/>
<copyright>Copyright © Pascal Berger</copyright>
Expand Down
Binary file added Cake.Issues.Recipe/cake-contrib-medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5949527

Please sign in to comment.