cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.92k stars 730 forks source link

Fix Azure Artifacts NuGet Feed Badge #4372

Open Marusyk opened 1 month ago

Marusyk commented 1 month ago

Prerequisites

Cake runner

Cake .NET Tool

Cake version

4.1.0

Operating system

N/A

Operating system architecture

N/A

CI Server

No response

What are you seeing?

There are missed badges image

this is because the DNS error https://azpkgsshield.azurevoodoo.net/cake-build/Cake/cake/cake.tool

Can we fix that project https://github.com/azurevoodoo/AzureArtifactsPublicNuGetFeedBadge or it should be replaced on default NuGet badge NuGet

What is expected?

All badges must be visible because the README file is essential to the project—it's the face of it. Broken images might give the impression that the project is no longer maintained.

Steps to Reproduce

Just one the page: https://github.com/cake-build/cake/blob/develop/README.md

Output log

No response

shawnfrost69 commented 2 weeks ago

Hi @Marusyk I believe I can contribute to resolving this issue. Can I take it on?

Marusyk commented 2 weeks ago

hello @shawnfrost69 I'm not sure that you can fix it because it is a hosting problem. So, only the hosting owner can fix this, @devlead please correct me if I'm wrong

devlead commented 2 weeks ago

hello @shawnfrost69 I'm not sure that you can fix it because it is a hosting problem. So, only the hosting owner can fix this, @devlead please correct me if I'm wrong

Yes, it's a web service accidentally deleted, I will get it up.

That said if someone want to help they could send a PR to migrate the backing Azure Function to isolated and .NET 8. But it's on my todo to sort that too https://github.com/azurevoodoo/AzureArtifactsPublicNuGetFeedBadge

shawnfrost69 commented 2 weeks ago

Okay my bad, but thanks for the info @devlead @Marusyk