FuGetGallery icon indicating copy to clipboard operation
FuGetGallery copied to clipboard

Fix commit url for Azure Devops repos

Open AchimStuy opened this issue 1 year ago • 2 comments

We are managing source code through Azure Devops. This uses another url scheme when browsing commits:

https://dev.azure.com/organization/project/_git/repo?version=GCcommit

instead of

https://github.com/user/project/tree/commit

See https://www.nuget.org/packages/Visi.Extensions as example.

AchimStuy avatar Oct 30 '23 13:10 AchimStuy

Silly me, sorry! It's GCcommit. Edited my PR description.

AchimStuy avatar Nov 01 '23 08:11 AchimStuy

~I just saw, where th GBcommit came from: We have an on premise Azure Devops Server. There the link is built with GBcommit. But https://dev.azure.com is definitely built with GCcommit.~

No it's not. At on premise Azure Devops Server, it's also built with GCcommit. But GBbranch is used for branches.

AchimStuy avatar Nov 01 '23 08:11 AchimStuy