Azure DevOps wiki .attachments folder

Viewed 2576

is there a way to browse ".attachments" folder from the Azure DevOps wiki page?

I insert images, later want to check folder content but not find a way to do it.

2 Answers

As of until today, one solution that worked for me is to clone the wiki repo to you local pc, let say Desktop and then, if you ever uploaded a file or image, you should have the .attachments folder, located in "your-cloned-repo/.attachments". Then you can delete or edit the file and push via git.

Related