Azure Devops中的档案
对于存档文物,我正在寻找该工件的用户。 饲料中已出版的文物可以使用或下载其他人,有可能找出他们是谁
For archiving artifacts I am looking for the users of that artifact.
Published artifacts in feeds can be used or downloaded by others, is there a possibility to find out who they have been
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕没有这样的方法可以实现这一目标。
我们都知道,提要中的工件可以使用或下载。目前,软件包仅读取,并且不使用写入权限。
换句话说,就像当我们使用repo时,我们只能在没有修改仓库的情况下克隆到本地,因此目前没有更改的回购,并且没有录制的含义。只有对存储库进行的更改才能具有提交记录。
工件提要中的软件包也是如此,只有在修改包装时,才会记录谁更改的信息。
因此,没有这样的方式来达到此请求。
I am afraid there is no such way to achieve this.
We all know that the artifacts in the feed can be used or downloaded. At this time, the package is only read and does not use write permissions.
In other words, it's like when we use repo, we only clone to local without modifying repo, so there will be no change to repo at this time, and there is no meaning of recording. Only changes made to the repo will have a commit record.
The same is true for packages in the artifact feed, and only when the package is modified will the information of who changed it will be recorded.
So, there is no such way to achieve this request.