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.
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.
just fin the way to browse this folder. The wiki create a repository not visible in the repos list. you can browse it with this url:
https://dev.azure.com/MyOrganisation/MyProject/_git/MyProject.wiki
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.