Search code examples
teamcitynuget-package

How to add an icon to a nuget package?


We are hosting our own nuget server through Teamcity. Is there any other way to add an icon to a .nuspec file other than specifying a web url (http://....)?

Or is there a place in Teamcity that these icons could be hosted?


Solution

  • No, this is the only option using the iconUrl property - See the NuSpec Reference

    I would generally choose to host shared images like this on a CDN service rather than TeamCity - CloudFlare provide a free service.