2

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

AskYous
  • 4,332
  • 9
  • 46
  • 82

1 Answers1

2

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).

Jonathan Myers
  • 789
  • 4
  • 12
  • Wow. You're right. Thank you. https://i.imgur.com/PbxzW6T.png – AskYous Oct 03 '19 at 02:23
  • Does this mean that I should be seeing icons in the NuGet browser in VS for packages I published to Azure Artifacts that include https://i.imgur.com/something.png in the CSPROJ? I ask because I'm not seeing them. Have I misunderstood? – bubbleking Oct 17 '22 at 20:33