nugetazure-pipelinesvisual-studio-macazure-artifactsnuget-spec

How do I add an icon url to my Nuget package using Visual Studio for Mac


I set the Icon Url using the nuget properties of my .csproj in Visual Studio for Mac. However, when I deploy it to Azure Artifacts (which is like nuget.org), no image icon appears. I am also deploying using Azure Pipelines. I've also tried clearing my cache but no success.

enter image description here


Solution

  • The Azure Artifacts web UI doesn't display package icons at this time.

    After a recent server-side change, icons specified via IconUrl should now appear in clients that support them (such as regular Visual Studio; not sure about VS for Mac).